2004-01-01 Paul Brook <paul@codesourcery.com>
* arm/configure.in: Add *-*-aebi target. * arm/configure: Regenerate.
This commit is contained in:
@@ -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>
|
2004-08-25 Corinna Vinschen <vinschen@redhat.com>
|
||||||
|
|
||||||
* i386/cygmon.ld (.text): Fix alignment.
|
* i386/cygmon.ld (.text): Fix alignment.
|
||||||
|
2
libgloss/arm/configure
vendored
2
libgloss/arm/configure
vendored
@@ -926,7 +926,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-elf)
|
*-*-elf | *-*-eabi)
|
||||||
objtype=elf-
|
objtype=elf-
|
||||||
;;
|
;;
|
||||||
*-*-coff)
|
*-*-coff)
|
||||||
|
@@ -83,7 +83,7 @@ AC_SUBST(LD)
|
|||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-elf)
|
*-*-elf | *-*-eabi)
|
||||||
objtype=elf-
|
objtype=elf-
|
||||||
;;
|
;;
|
||||||
*-*-coff)
|
*-*-coff)
|
||||||
|
Reference in New Issue
Block a user