aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Edelsohn <dje.gcc@gmail.com>2000-05-18 14:28:32 +0000
committerDavid Edelsohn <dje.gcc@gmail.com>2000-05-18 14:28:32 +0000
commit53f07fe99f6edbad8aad182cba252f99e5a45c4b (patch)
tree89294006e66d69e70072a08043f7bd3a3ec4dd65 /configure.in
parentdde2bf57f72c43ac0b6cc46734470cb85e59519e (diff)
downloadfsf-binutils-gdb-53f07fe99f6edbad8aad182cba252f99e5a45c4b.zip
fsf-binutils-gdb-53f07fe99f6edbad8aad182cba252f99e5a45c4b.tar.gz
fsf-binutils-gdb-53f07fe99f6edbad8aad182cba252f99e5a45c4b.tar.bz2
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7575072..e3ca77b 100644
--- a/configure.in
+++ b/configure.in
@@ -1051,6 +1051,9 @@ if [ x${shared} = xyes ]; then
i[3456]86-*)
target_makefile_frag="${target_makefile_frag} config/mt-x86pic"
;;
+ powerpc*-*-aix*)
+ # We don't want -fPIC on AIX.
+ ;;
powerpc*-*)
target_makefile_frag="${target_makefile_frag} config/mt-ppcpic"
;;