mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
From-SVN: r33917
This commit is contained in:
parent
f7af368f25
commit
758c7bd466
@ -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.
|
||||
|
@ -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"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user