From e2769e908a915ebbc8821ccb4a7f3c8dde67e04d Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 11 Oct 2012 01:09:43 +0000 Subject: [PATCH] * configure.ac (out-of-tree linker .hidden support) Set to "no" for mmix-knuth-mmixware. * configure: Regenerate. From-SVN: r192344 --- gcc/ChangeLog | 4 ++++ gcc/configure | 6 ++++++ gcc/configure.ac | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c6a5171f1f4..e6c915aa878 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2012-10-11 Hans-Peter Nilsson + * configure.ac (out-of-tree linker .hidden support) Set to "no" + for mmix-knuth-mmixware. + * configure: Regenerate. + * configure.ac (gcc_cv_as_comdat_group_group): Default to no. * configure: Regenerate. diff --git a/gcc/configure b/gcc/configure index f2a9dcb13dd..a7cc645674c 100755 --- a/gcc/configure +++ b/gcc/configure @@ -22071,6 +22071,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 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 -- 2.30.2