Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2004-10-01 15:37:17 +0400
committerPaul Brook <paul@codesourcery.com>2004-10-01 15:37:17 +0400
commit5bc90268ce5aa46de95b352971640662e004817b (patch)
treedb13e6aab69963afa1c5db1c3269d193918b6d97
parentc6ef5fb7ece1079ccd298b89b63c051cbb7b80e0 (diff)
2004-01-01 Paul Brook <paul@codesourcery.com>
* arm/configure.in: Add *-*-aebi target. * arm/configure: Regenerate.
-rw-r--r--libgloss/ChangeLog5
-rw-r--r--libgloss/arm/configure2
-rw-r--r--libgloss/arm/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/libgloss/ChangeLog b/libgloss/ChangeLog
index 217380739..8fca3005c 100644
--- a/libgloss/ChangeLog
+++ b/libgloss/ChangeLog
@@ -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.
diff --git a/libgloss/arm/configure b/libgloss/arm/configure
index d788cd167..2103e319a 100644
--- a/libgloss/arm/configure
+++ b/libgloss/arm/configure
@@ -926,7 +926,7 @@ fi
case "${target}" in
- *-*-elf)
+ *-*-elf | *-*-eabi)
objtype=elf-
;;
*-*-coff)
diff --git a/libgloss/arm/configure.in b/libgloss/arm/configure.in
index c3a5de1f5..d334288c4 100644
--- a/libgloss/arm/configure.in
+++ b/libgloss/arm/configure.in
@@ -83,7 +83,7 @@ AC_SUBST(LD)
AC_PROG_RANLIB
case "${target}" in
- *-*-elf)
+ *-*-elf | *-*-eabi)
objtype=elf-
;;
*-*-coff)