diff options
author | Dave Korn <dave.korn@artimi.com> | 2009-06-18 02:11:03 +0000 |
---|---|---|
committer | Dave Korn <dave.korn@artimi.com> | 2009-06-18 02:11:03 +0000 |
commit | 361dff73848ab6874a16716fb5a921d0128bfbf8 (patch) | |
tree | 73d575ded263719d94da66ea3fb009e76e2ffbab /gas/configure.tgt | |
parent | e03a8ed8034fdfbbf7f73ae2fbf7fe29b60c6c5a (diff) | |
download | gdb-361dff73848ab6874a16716fb5a921d0128bfbf8.zip gdb-361dff73848ab6874a16716fb5a921d0128bfbf8.tar.gz gdb-361dff73848ab6874a16716fb5a921d0128bfbf8.tar.bz2 |
2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
Merge cegcc and mingw32ce target name changes from CeGCC project,
replacing "arm-*-" by "arm*-*-" where needed.
2008-09-24 Pedro Alves <pedroalves@users.sourceforge.net>
ld/
* configure.tgt (arm*-*-cegcc*): Set LIB_PATH to
${tooldir}/lib/w32api.
2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
bfd/
* config.bfd: Add arm*-*-cegcc* target.
2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
binutils/
* configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
* configure: Regenerate.
2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
gas/
* configure.tgt: Add arm*-*-cegcc* target.
2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
ld/
* configure.tgt: Add arm*-*-cegcc* target.
2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
bfd/
* config.bfd: Add arm-*-mingw32ce* target.
2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
gas/
* configure.tgt: Add arm-*-mingw32ce* target.
2007-12-17 Pedro Alves <pedro_alves@portugalmail.pt>
ld/
* configure.tgt: Add arm-*-mingw32ce* target.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 9d722ed..1991072 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -121,7 +121,8 @@ case ${generic_target} in arm-*-*n*bsd*) fmt=aout em=nbsd ;; arm-*-nto*) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; - arm-wince-pe | arm-*-wince) fmt=coff em=wince-pe ;; + arm-wince-pe | arm-*-wince | arm*-*-mingw32ce* | arm*-*-cegcc*) + fmt=coff em=wince-pe ;; arm-*-pe | thumb-*-pe) fmt=coff em=pe ;; arm-*-riscix*) fmt=aout em=riscix ;; |