This is the mail archive of the binutils@sourceware.cygnus.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]

Re: [PATCH RFA] bfd/configure.in, bfd/configure


On Feb 17,  8:50pm, Alan Modra wrote:

> > -AM_INIT_AUTOMAKE(bfd, 2.9.5)
> > +AM_INIT_AUTOMAKE(bfd, 2.9-aix43-000204)
> 
> Please keep this one in your private tree.  It may cause some head
> scratching on non-aix systems, as the version is reported to the user.

Right you are.  I fixed it in my tree.  Here's a revised patch:

Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.12
diff -u -p -r1.12 configure.in
--- configure.in	2000/01/10 18:50:16	1.12
+++ configure.in	2000/02/17 10:40:29
@@ -260,6 +260,12 @@ changequote([,])dnl
 	COREFILE=netbsd-core.lo
 	;;
   rs6000-*-lynx*)	COREFILE=lynx-core.lo ;;
+changequote(,)dnl
+  rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
+changequote([,])dnl
+        COREFILE=rs6000-core.lo
+	COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
+	;;
   rs6000-*-aix4*)	COREFILE=rs6000-core.lo ;;
   rs6000-*-*)		COREFILE=rs6000-core.lo ;;
   powerpc-*-*bsd*)	COREFILE=netbsd-core.lo ;;




-- 
Kevin Buettner
kev@primenet.com, kevinb@redhat.com

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