This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, committed] fix AIX bootstrap with libada


        * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
        (rs6000-*-aix*): Same.
        * configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.269
diff -c -p -r1.269 configure.in
*** configure.in	11 Feb 2004 15:49:54 -0000	1.269
--- configure.in	11 Feb 2004 16:16:54 -0000
*************** case "${target}" in
*** 612,618 ****
      ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
!     noconfigdirs="$noconfigdirs gprof target-libgloss ${libgcj}"
      ;;
    powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
      target_configdirs="$target_configdirs target-winsup"
--- 612,618 ----
      ;;
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
!     noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
      ;;
    powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
      target_configdirs="$target_configdirs target-winsup"
*************** case "${target}" in
*** 634,640 ****
      noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
      ;;
    rs6000-*-aix*)
!     noconfigdirs="$noconfigdirs gprof ${libgcj}"
      ;;
    rs6000-*-*)
      noconfigdirs="$noconfigdirs gprof ${libgcj}"
--- 634,640 ----
      noconfigdirs="$noconfigdirs target-newlib gprof ${libgcj}"
      ;;
    rs6000-*-aix*)
!     noconfigdirs="$noconfigdirs gprof target-libada target-libgloss ${libgcj}"
      ;;
    rs6000-*-*)
      noconfigdirs="$noconfigdirs gprof ${libgcj}"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]