2004-01-01 Paul Brook <paul@codesourcery.com>
* arm/configure.in: Add *-*-aebi target. * arm/configure: Regenerate.
This commit is contained in:
parent
c6ef5fb7ec
commit
5bc90268ce
|
@ -1,3 +1,8 @@
|
|||
2004-01-01 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* arm/configure.in: Add *-*-aebi target.
|
||||
* arm/configure: Regenerate.
|
||||
|
||||
2004-08-25 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* i386/cygmon.ld (.text): Fix alignment.
|
||||
|
|
|
@ -926,7 +926,7 @@ fi
|
|||
|
||||
|
||||
case "${target}" in
|
||||
*-*-elf)
|
||||
*-*-elf | *-*-eabi)
|
||||
objtype=elf-
|
||||
;;
|
||||
*-*-coff)
|
||||
|
|
|
@ -83,7 +83,7 @@ AC_SUBST(LD)
|
|||
AC_PROG_RANLIB
|
||||
|
||||
case "${target}" in
|
||||
*-*-elf)
|
||||
*-*-elf | *-*-eabi)
|
||||
objtype=elf-
|
||||
;;
|
||||
*-*-coff)
|
||||
|
|
Loading…
Reference in New Issue