Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [patch] fix top level AIX configury bug
@ 2002-06-21 14:59 Nathanael Nerode
  2002-06-21 15:11 ` David Edelsohn
  0 siblings, 1 reply; 3+ messages in thread
From: Nathanael Nerode @ 2002-06-21 14:59 UTC (permalink / raw)
  To: gcc-patches; +Cc: gdb-patches, binutils, dj

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 ----


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-21 22:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-21 14:59 [patch] fix top level AIX configury bug Nathanael Nerode
2002-06-21 15:11 ` David Edelsohn
2002-06-21 15:20   ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox