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

index 1be00cb2a9989939ae1ce770755b70a7c603906d..da79dcbfd2a67925037f18c35b1dd1f7e01d5e75 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 7575072820c47d62156506dd79901b79ea6bad49..e3ca77bb4092a2701ec4a3b3d6690bef2d3bb904 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"
       ;;
This page took 0.029564 seconds and 4 git commands to generate.