Commit 758c7bd4 by David Edelsohn Committed by David Edelsohn

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

From-SVN: r33917
parent f7af368f
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"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment