aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2005-08-24 01:38:05 +0000
committerAlan Modra <amodra@bigpond.net.au>2005-08-24 01:38:05 +0000
commit7a2d01db3b89a7bbc8441657b894151274fe939f (patch)
treebb5c85a4f28ce20f260a089d7cfb7f42106e45c8 /gcc/configure
parentae15926bf9c722010b67000d6806ffdabff8a5e3 (diff)
* configure.ac (HAVE_LD_NO_DOT_SYMS): Set for powerpc-linux biarch.
* configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103425 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure')
-rwxr-xr-xgcc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure
index d9697b0f139..1e4eed267e8 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