aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.ac
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-08-24 01:38:05 +0000
committerAlan Modra <amodra@gcc.gnu.org>2005-08-24 11:08:05 +0930
commitd82bf747536f0e61ac960c718980f26fdf447a43 (patch)
treebb5c85a4f28ce20f260a089d7cfb7f42106e45c8 /gcc/configure.ac
parentd984318c952fd2149b4e0e1a7a82406abb39562d (diff)
downloadgcc-d82bf747536f0e61ac960c718980f26fdf447a43.zip
gcc-d82bf747536f0e61ac960c718980f26fdf447a43.tar.gz
gcc-d82bf747536f0e61ac960c718980f26fdf447a43.tar.bz2
configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch. * configure: Regenerate. From-SVN: r103425
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r--gcc/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 16268b6..00056cf 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -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