fixup position of #ifdef BFD64 for powerpc delta recently applied.

This commit is contained in:
Nick Clifton 2002-06-25 17:29:53 +00:00
parent 680f9d5c14
commit 8f28b84541
1 changed files with 1 additions and 1 deletions

View 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"