aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-17 14:27:38 +0000
committerNick Clifton <nickc@redhat.com>2003-07-17 14:27:38 +0000
commitac4b3dd8ca8f6e022ea05d9d6c4a9de59ecccfde (patch)
tree8ef297e776b5d6d23f076475533a52fad8e177ba /bfd/config.bfd
parent6c37ac4d1512b7cb45a9238d7f4331a3a78bb76b (diff)
downloadfsf-binutils-gdb-ac4b3dd8ca8f6e022ea05d9d6c4a9de59ecccfde.zip
fsf-binutils-gdb-ac4b3dd8ca8f6e022ea05d9d6c4a9de59ecccfde.tar.gz
fsf-binutils-gdb-ac4b3dd8ca8f6e022ea05d9d6c4a9de59ecccfde.tar.bz2
Define ARM_COFF_BUGFIX for arm-wince-pe targets
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 8af8b41..f658c03 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -170,7 +170,7 @@ case "${targ}" in
targ_defvec=armpe_little_vec
targ_selvecs="armpe_little_vec armpe_big_vec armpei_little_vec armpei_big_vec"
targ_underscore=no
- targ_cflags=-DARM_WINCE
+ targ_cflags="-DARM_WINCE -DARM_COFF_BUGFIX"
;;
arm-*-pe*)
targ_defvec=armpe_little_vec