* configure.in: Special case powerpc*-*-aix* target_makefile_frag.
[deliverable/binutils-gdb.git] / configure.in
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.024738 seconds and 4 git commands to generate.