top-level configure.in should not include mt-ppcpic for AIX

David Edelsohn dje@watson.ibm.com
Sat Apr 29 20:05:00 GMT 2000


	A similar patch is in place for host AIX not including mh-ppcpic,
but mt-ppcpic was overlooked.  How is this synchronized with the master
repository for this file?

Thanks, David


	* configure.in (mt-frag): Special case powerpc*-*-aix*.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/configure.in,v
retrieving revision 1.47
diff -c -p -r1.47 configure.in
*** configure.in	2000/04/06 06:48:16	1.47
--- configure.in	2000/04/30 03:00:53
*************** if [ x${shared} = xyes ]; then
*** 1018,1023 ****
--- 1018,1026 ----
      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"
        ;;


More information about the Gcc-patches mailing list