diff options
author | Alan Modra <amodra@bigpond.net.au> | 2005-08-24 01:38:05 +0000 |
---|---|---|
committer | Alan Modra <amodra@gcc.gnu.org> | 2005-08-24 11:08:05 +0930 |
commit | d82bf747536f0e61ac960c718980f26fdf447a43 (patch) | |
tree | bb5c85a4f28ce20f260a089d7cfb7f42106e45c8 /gcc/configure | |
parent | d984318c952fd2149b4e0e1a7a82406abb39562d (diff) | |
download | gcc-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')
-rwxr-xr-x | gcc/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index d9697b0..1e4eed2 100755 --- a/gcc/configure +++ b/gcc/configure @@ -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 |