OSDN Git Service

fixup position of #ifdef BFD64 for powerpc delta recently applied.
authornickc <nickc>
Tue, 25 Jun 2002 17:29:53 +0000 (17:29 +0000)
committernickc <nickc>
Tue, 25 Jun 2002 17:29:53 +0000 (17:29 +0000)
bfd/config.bfd

index acd7729..7192696 100644 (file)
@@ -809,10 +809,10 @@ case "${targ}" in
 
   powerpc-*-aix5*)
     targ_defvec=rs6000coff_vec
-#ifdef BFD64
     targ_selvecs="aix5coff64_vec"
     want64=true
     ;;
+#ifdef BFD64
   powerpc64-*-aix5*)
     targ_defvec=aix5coff64_vec
     targ_selvecs="rs6000coff_vec"