This is the mail archive of the ecos-patches@sourceware.org mailing list for the eCos 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]

Use arm-elf toolchain for EBSA285


This patch reverts the recent change to use the arm-eabi toolchain with
EBSA285 for consistency with other StrongARM targets. Checked-in.

John Dallaway
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/ebsa285/current/ChangeLog,v
retrieving revision 1.33
diff -u -5 -r1.33 ChangeLog
--- ChangeLog	2 Feb 2009 19:16:12 -0000	1.33
+++ ChangeLog	5 Feb 2009 11:18:44 -0000
@@ -1,14 +1,9 @@
 2009-01-31  Bart Veer <bartv@ecoscentric.com>
 
 	* cdl/hal_arm_ebsa285.cdl: update compiler flags for gcc 4.x
 
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_ebsa285.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-12-05  Andrew Lunn  <andrew.lunn@ascom.ch>
 
 	* include/hal_diag.h: hal_delay_us() is a C function.
 
 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
Index: cdl/hal_arm_ebsa285.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/ebsa285/current/cdl/hal_arm_ebsa285.cdl,v
retrieving revision 1.21
diff -u -5 -r1.21 hal_arm_ebsa285.cdl
--- cdl/hal_arm_ebsa285.cdl	2 Feb 2009 19:16:12 -0000	1.21
+++ cdl/hal_arm_ebsa285.cdl	5 Feb 2009 11:18:44 -0000
@@ -206,11 +206,11 @@
 
         cdl_option CYGBLD_GLOBAL_COMMAND_PREFIX {
             display "Global command prefix"
             flavor  data
             no_define
-            default_value { "arm-eabi"}
+            default_value { "arm-elf" }
             description "
                 This option specifies the command prefix used when
                 invoking the build tools."
         }
 

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