Define ARM_COFF_BUGFIX for arm-wince-pe targets

This commit is contained in:
Nick Clifton 2003-07-17 14:27:38 +00:00
parent 6c37ac4d15
commit ac4b3dd8ca
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
* config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
targ_cflags.
2003-07-17 Nick Clifton <nickc@redhat.com>
* po/es.po: New Spanish translation.

View File

@ -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