summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Edelsohn <edelsohn@gnu.org>2000-05-18 14:28:32 +0000
committerDavid Edelsohn <edelsohn@gnu.org>2000-05-18 14:28:32 +0000
commitf5619b809ec8d49589d389f0ca6c95eaae822719 (patch)
tree93de142dd28ec91eac91f326f7ffe959d9cce9ed /configure.in
parentf55f400b2d4abec5678f1956cdc8b83d367f92e2 (diff)
downloadcygnal-f5619b809ec8d49589d389f0ca6c95eaae822719.tar.gz
cygnal-f5619b809ec8d49589d389f0ca6c95eaae822719.tar.bz2
cygnal-f5619b809ec8d49589d389f0ca6c95eaae822719.zip
* 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 757507282..e3ca77bb4 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"
;;