public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Fix config.bfd
@ 2001-06-02 10:33 H . J . Lu
  0 siblings, 0 replies; only message in thread
From: H . J . Lu @ 2001-06-02 10:33 UTC (permalink / raw)
  To: binutils

I checked in this patch.


H.J.
---
2001-06-02  H.J. Lu  <hjl@gnu.org>

	* config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
	rs6000coff64_vec only if BFD64 is defined.
	(powerpc64-*-aix*): Enable only if BFD64 is defined.

Index: config.bfd
===================================================================
RCS file: /work/cvs/gnu/binutils/bfd/config.bfd,v
retrieving revision 1.42
diff -u -p -r1.42 config.bfd
--- config.bfd	2001/05/25 06:17:01	1.42
+++ config.bfd	2001/06/02 17:27:14
@@ -723,12 +723,16 @@ case "${targ}" in
 
   powerpc-*-aix* | powerpc-*-beos* | rs6000-*-*)
     targ_defvec=rs6000coff_vec
+#ifdef BFD64
     targ_selvecs="rs6000coff64_vec"
+#endif
     ;;
+#ifdef BFD64
   powerpc64-*-aix*)
     targ_defvec=rs6000coff64_vec
     targ_selvecs="rs6000coff_vec"
     ;;
+#endif
   powerpc-*-*bsd* | powerpc-*-elf* | powerpc-*-sysv4* | powerpc-*-eabi* | \
   powerpc-*-solaris2* | powerpc-*-linux-gnu* | powerpc-*-rtems* | \
   powerpc-*-chorus* | powerpc-*-vxworks*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-06-02 10:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-02 10:33 PATCH: Fix config.bfd H . J . Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).