[patch] fix top level AIX configury bug

Nathanael Nerode neroden@doctormoo.dyndns.org
Fri Jun 21 14:59:00 GMT 2002


Fixes a bug in AIX configury at the top level for ubertree builds...
Refer to http://gcc.gnu.org/ml/gcc/2002-06/msg01409.html
and http://gcc.gnu.org/ml/gcc/2002-06/msg01406.html
for details as to what's going on here.

2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
	* configure.in: Fix AIX configury bug.

*** configure.in.working_mods	Fri Jun 21 16:09:18 2002
--- configure.in	Fri Jun 21 17:53:50 2002
*************** case "${target}" in
*** 613,619 ****
    powerpc-*-aix*)
      # copied from rs6000-*-* entry
      noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss ${libgcj}"
-     use_gnu_ld=yes
      ;;
    powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
      target_configdirs="$target_configdirs target-winsup"
--- 613,618 ----
*************** case "${target}" in
*** 640,646 ****
      ;;
    rs6000-*-aix*)
      noconfigdirs="$noconfigdirs gprof ${libgcj}"
-     use_gnu_ld=yes
      ;;
    rs6000-*-*)
      noconfigdirs="$noconfigdirs gprof ${libgcj}"
--- 639,644 ----



More information about the Binutils mailing list