configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
authorAlan Modra <amodra@bigpond.net.au>
Wed, 24 Aug 2005 01:38:05 +0000 (01:38 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Wed, 24 Aug 2005 01:38:05 +0000 (11:08 +0930)
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure: Regenerate.

From-SVN: r103425

gcc/ChangeLog
gcc/configure
gcc/configure.ac

index 9595e9aa0d4fd156154eb05ae02c3aa3ffa3c573..29c899ef77cea55f5f0eeaad0c6bc76c14789fa6 100644 (file)
@@ -1,3 +1,8 @@
+2005-08-24  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
+       * configure: Regenerate.
+
 2005-08-23  Paolo Bonzini  <bonzini@gnu.org>
 
        PR middle-end/23517
index d9697b0f139a677029c06801f491619b6d2c308b..1e4eed267e8855320f8b4ac53df34aea734e00cc 100755 (executable)
@@ -15492,8 +15492,8 @@ _ACEOF
 
 fi
 
-case "$target" in
-  powerpc64*-*-linux*)
+case "$target:$tm_file" in
+  powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
     echo "$as_me:$LINENO: checking linker support for omitting dot symbols" >&5
 echo $ECHO_N "checking linker support for omitting dot symbols... $ECHO_C" >&6
 if test "${gcc_cv_ld_no_dot_syms+set}" = set; then
index 16268b6e8df825e9bfa74b021206fa6489ddd0bc..00056cf5ec0be918d62187be1b6568949c9afc70 100644 (file)
@@ -2966,8 +2966,8 @@ if test x"$gcc_cv_ld_as_needed" = xyes; then
 [Define if your linker supports --as-needed and --no-as-needed options.])
 fi
 
-case "$target" in
-  powerpc64*-*-linux*)
+case "$target:$tm_file" in
+  powerpc64*-*-linux* | powerpc*-*-linux*rs6000/biarch64.h*)
     AC_CACHE_CHECK(linker support for omitting dot symbols,
     gcc_cv_ld_no_dot_syms,
     [gcc_cv_ld_no_dot_syms=no