aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2012-10-11 01:09:43 +0000
committerHans-Peter Nilsson <hp@bitrange.com>2012-10-11 01:09:43 +0000
commit66551e1cf626e09647d76b5e422f77b8658fc25c (patch)
treeeff2bb9e95bc83e0bfc4cdfcfb1ec8ad4403f12e /gcc/configure.ac
parent201199f67e2dac650804ba96f45594c7076a5c39 (diff)
* configure.ac (out-of-tree linker .hidden support) Set to "no"
for mmix-knuth-mmixware. * configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@192344 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index f04198b034c..f57f3cdf967 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -2325,6 +2325,12 @@ else
if test x"$ld_is_gold" = xyes; then
:
elif echo "$ld_ver" | grep GNU > /dev/null; then
+ case "${target}" in
+ mmix-knuth-mmixware)
+ # The linker emits by default mmo, not ELF, so "no" is appropriate.
+ gcc_cv_ld_hidden=no
+ ;;
+ esac
if test 0"$ld_date" -lt 20020404; then
if test -n "$ld_date"; then
# If there was date string, but was earlier than 2002-04-04, fail