This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[arm] Add eabi target to configure


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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]