OSDN Git Service

2004-01-01 Paul Brook <paul@codesourcery.com>
authorpbrook <pbrook>
Fri, 1 Oct 2004 11:37:17 +0000 (11:37 +0000)
committerpbrook <pbrook>
Fri, 1 Oct 2004 11:37:17 +0000 (11:37 +0000)
* arm/configure.in: Add *-*-aebi target.
* arm/configure: Regenerate.

libgloss/ChangeLog
libgloss/arm/configure
libgloss/arm/configure.in

index 2173807..8fca300 100644 (file)
@@ -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.
index d788cd1..2103e31 100644 (file)
@@ -926,7 +926,7 @@ fi
 
 
 case "${target}" in
-  *-*-elf)
+  *-*-elf | *-*-eabi)
        objtype=elf-
        ;;
   *-*-coff)
index c3a5de1..d334288 100644 (file)
@@ -83,7 +83,7 @@ AC_SUBST(LD)
 AC_PROG_RANLIB
 
 case "${target}" in
-  *-*-elf)
+  *-*-elf | *-*-eabi)
        objtype=elf-
        ;;
   *-*-coff)