OSDN Git Service

* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
authorDavid Edelsohn <dje@watson.ibm.com>
Thu, 18 May 2000 14:28:32 +0000 (14:28 +0000)
committerDavid Edelsohn <dje@watson.ibm.com>
Thu, 18 May 2000 14:28:32 +0000 (14:28 +0000)
ChangeLog
configure.in

index 1be00cb..da79dcb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 7575072..e3ca77b 100644 (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"
       ;;