This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

GNU ld under AIX


Hello,

I seem to recall some discussion about whether or not
the latest CVS of GNU ld would support AIX, that it did,
and that the top-level configure.in had not been updated
to reflect that it currently worked.  Checking the latest
CVS snapshot it appears that ld is still disabled under
AIX (at the top level) so here's a patch.

Thanks,

Robert



-- 
Robert Boehne             Software Engineer
Ricardo Software   Chicago Technical Center
TEL: (630)789-0003 x. 238
FAX: (630)789-0127
email:  rboehne@ricardo-us.com
ChangeLog entry:

2001-05-23  Robert Boehne  <rboehne@ricardo-us.com>

	* configure.in Add support for configuring GNU ld under
	AIX PowerPCat the top-level configure.


Index: configure.in
===================================================================
RCS file: /cvs/src/src/configure.in,v
retrieving revision 1.39
diff -u -r1.39 configure.in
--- configure.in	2001/05/03 20:31:54	1.39
+++ configure.in	2001/05/23 20:05:11
@@ -818,8 +818,7 @@
     # GNU ld is known to be broken for AIX 4.2 and 4.3 (at least)
     # The symptom is that GDBtk 4.18 fails at startup with a segfault
     # if linked by GNU ld, but not if linked by the native ld.
-    noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss target-libffi ld"
-    use_gnu_ld=no
+    noconfigdirs="$noconfigdirs gprof cvssrc target-libgloss target-libffi"
     ;;
   powerpc*-*-winnt* | powerpc*-*-pe* | ppc*-*-pe)
     target_configdirs="$target_configdirs target-winsup"

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