diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-11 01:09:43 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-11 01:09:43 +0000 |
commit | 1305227a7b81b1e0a8ba7a13b90c41703a468c5f (patch) | |
tree | eff2bb9e95bc83e0bfc4cdfcfb1ec8ad4403f12e /gcc/configure | |
parent | 85b43f93f58f34f584674a84651ab6c0c314a952 (diff) | |
download | gcc-1305227a7b81b1e0a8ba7a13b90c41703a468c5f.tar.gz |
* configure.ac (out-of-tree linker .hidden support) Set to "no"
for mmix-knuth-mmixware.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192344 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 6 |
1 files changed, 6 insertions, 0 deletions
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 |