This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

gold: Fix powerpc64-* configuration


There is no ppc64 target object, powerpc.cc implements both 32/64 bit.
Committed as obvious.

Andreas.

2009-01-19  Andreas Schwab  <schwab@suse.de>

	* configure.tgt (powerpc64-*): Fix targ_obj.

--- configure.tgt.~1.4.~	2008-06-17 22:27:27.000000000 +0200
+++ configure.tgt	2009-01-19 19:52:07.000000000 +0100
@@ -85,7 +85,7 @@ powerpc-*)
   targ_extra_big_endian=false
   ;;
 powerpc64-*)
-  targ_obj=ppc64
+  targ_obj=powerpc
   targ_machine=EM_PPC64
   targ_size=64
   targ_extra_size=32

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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