* configure.in: Special case powerpc*-*-aix* target_makefile_frag.

This commit is contained in:
David Edelsohn 2000-05-18 14:28:32 +00:00
parent f55f400b2d
commit f5619b809e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-05-18 David Edelsohn <edelsohn@gnu.org>
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
* Makefile.in (configure-target-libiberty): Depend on

View File

@ -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"
;;