diff options
author | David Edelsohn <dje@watson.ibm.com> | 2000-05-18 14:28:32 +0000 |
---|---|---|
committer | David Edelsohn <dje@watson.ibm.com> | 2000-05-18 14:28:32 +0000 |
commit | c1f248ede529ca4bcb44a3be67929483a2c9b051 (patch) | |
tree | 07c8975d61a891de7993cd927f730aa38e797f2b /configure.in | |
parent | c552e417e0f5515c87921ddf767323ffe544ee60 (diff) | |
download | gdb-c1f248ede529ca4bcb44a3be67929483a2c9b051.tar.gz |
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 7575072820c..e3ca77bb409 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" ;; |