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

From-SVN: r33917
This commit is contained in:
David Edelsohn 2000-05-16 02:42:43 +00:00 committed by David Edelsohn
parent f7af368f25
commit 758c7bd466
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-05-15 David Edelsohn <edelsohn@gnu.org>
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
* MAINTAINERS: Add self to Write After Approval list.

View File

@ -1018,6 +1018,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"
;;