projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
680f9d5
)
fixup position of #ifdef BFD64 for powerpc delta recently applied.
author
Nick Clifton
<nickc@redhat.com>
Tue, 25 Jun 2002 17:29:53 +0000
(17:29 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Tue, 25 Jun 2002 17:29:53 +0000
(17:29 +0000)
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index acd77292dce0eda83d3640ae281cd29db5bc2efc..71926965023dc2b15b1cb82541be8fb4ee99001d 100644
(file)
--- a/
bfd/config.bfd
+++ b/
bfd/config.bfd
@@
-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"