This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
[arm] Add eabi target to configure
- From: Paul Brook <paul at codesourcery dot com>
- To: newlib at sources dot redhat dot com
- Date: Fri, 1 Oct 2004 12:37:12 +0100
- Subject: [arm] Add eabi target to configure
- Organization: CodeSourcery
The patch below adds *-*-eabi targets to the arm libgloss configure script.
Tested with cross to arm-none-eabi.
Applied as obvious.
Paul
2004-01-01 Paul Brook <paul@codesourcery.com>
* arm/configure.in: Add *-*-aebi target.
* arm/configure: Regenerate.
Index: libgloss/arm/configure
===================================================================
RCS file: /cvs/src/src/libgloss/arm/configure,v
retrieving revision 1.2
diff -u -p -r1.2 configure
--- libgloss/arm/configure 17 Jun 2004 19:33:27 -0000 1.2
+++ libgloss/arm/configure 1 Oct 2004 11:28:02 -0000
@@ -926,7 +926,7 @@ fi
case "${target}" in
- *-*-elf)
+ *-*-elf | *-*-eabi)
objtype=elf-
;;
*-*-coff)
Index: libgloss/arm/configure.in
===================================================================
RCS file: /cvs/src/src/libgloss/arm/configure.in,v
retrieving revision 1.2
diff -u -p -r1.2 configure.in
--- libgloss/arm/configure.in 17 Jun 2004 19:33:27 -0000 1.2
+++ libgloss/arm/configure.in 1 Oct 2004 11:28:02 -0000
@@ -83,7 +83,7 @@ AC_SUBST(LD)
AC_PROG_RANLIB
case "${target}" in
- *-*-elf)
+ *-*-elf | *-*-eabi)
objtype=elf-
;;
*-*-coff)