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]

partially undo arm-elf -> arm-eabi switch


This patch reverts the AEB and all SA1110 platform HALs to use
arm-elf-gcc again instead of arm-eabi-gcc, since the build of
arm-eabi-gcc we supply does not have the appropriate multilibs.

Bart

Index: aeb/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/aeb/current/ChangeLog,v
retrieving revision 1.32
diff -u -p -r1.32 ChangeLog
--- aeb/current/ChangeLog	26 Jan 2009 18:09:29 -0000	1.32
+++ aeb/current/ChangeLog	28 Jan 2009 15:42:09 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_aeb.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2009-01-08  John Dallaway  <john@dallaway.org.uk>
 
 	* src/flash_cksum.tcl: Specify script interpreter via /usr/bin/env.
Index: aeb/current/cdl/hal_arm_aeb.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl,v
retrieving revision 1.11
diff -u -p -r1.11 hal_arm_aeb.cdl
--- aeb/current/cdl/hal_arm_aeb.cdl	26 Jan 2009 18:09:29 -0000	1.11
+++ aeb/current/cdl/hal_arm_aeb.cdl	28 Jan 2009 15:42:10 -0000
@@ -168,7 +168,7 @@ cdl_package CYGPKG_HAL_ARM_AEB {
             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: sa11x0/assabet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/assabet/current/ChangeLog,v
retrieving revision 1.27
diff -u -p -r1.27 ChangeLog
--- sa11x0/assabet/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.27
+++ sa11x0/assabet/current/ChangeLog	28 Jan 2009 15:42:11 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_assabet.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_RAM.ecm: 
Index: sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl,v
retrieving revision 1.17
diff -u -p -r1.17 hal_arm_sa11x0_assabet.cdl
--- sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl	26 Jan 2009 18:09:26 -0000	1.17
+++ sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl	28 Jan 2009 15:42:11 -0000
@@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_ASSABE
             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: sa11x0/brutus/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/brutus/current/ChangeLog,v
retrieving revision 1.17
diff -u -p -r1.17 ChangeLog
--- sa11x0/brutus/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.17
+++ sa11x0/brutus/current/ChangeLog	28 Jan 2009 15:42:11 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_brutus.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/brutus_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
Index: sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl,v
retrieving revision 1.13
diff -u -p -r1.13 hal_arm_sa11x0_brutus.cdl
--- sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl	26 Jan 2009 18:09:26 -0000	1.13
+++ sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl	28 Jan 2009 15:42:11 -0000
@@ -160,7 +160,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_BRUTUS
             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: sa11x0/cerf/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/cerf/current/ChangeLog,v
retrieving revision 1.7
diff -u -p -r1.7 ChangeLog
--- sa11x0/cerf/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.7
+++ sa11x0/cerf/current/ChangeLog	28 Jan 2009 15:42:11 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_cerf.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-11-01  Gary Thomas  <gary@mlbassoc.com>
 
 	* cdl/hal_arm_sa11x0_cerf.cdl: Make port 1 (uart3) be default
Index: sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl,v
retrieving revision 1.4
diff -u -p -r1.4 hal_arm_sa11x0_cerf.cdl
--- sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl	26 Jan 2009 18:09:26 -0000	1.4
+++ sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl	28 Jan 2009 15:42:11 -0000
@@ -176,7 +176,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_CERF {
             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: sa11x0/cerfpda/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/cerfpda/current/ChangeLog,v
retrieving revision 1.5
diff -u -p -r1.5 ChangeLog
--- sa11x0/cerfpda/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.5
+++ sa11x0/cerfpda/current/ChangeLog	28 Jan 2009 15:42:11 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_cerfpda.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-11-19  Jani Monoses  <jani@iv.ro>
 	
 	* src/cerfpda_misc.c: Map DRAM as cacheable, it increases performance.
Index: sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl,v
retrieving revision 1.3
diff -u -p -r1.3 hal_arm_sa11x0_cerfpda.cdl
--- sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl	26 Jan 2009 18:09:26 -0000	1.3
+++ sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl	28 Jan 2009 15:42:12 -0000
@@ -175,7 +175,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_CERFPD
             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: sa11x0/flexanet/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/flexanet/current/ChangeLog,v
retrieving revision 1.7
diff -u -p -r1.7 ChangeLog
--- sa11x0/flexanet/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.7
+++ sa11x0/flexanet/current/ChangeLog	28 Jan 2009 15:42:12 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_flexanet.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/flexanet_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
Index: sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl,v
retrieving revision 1.4
diff -u -p -r1.4 hal_arm_sa11x0_flexanet.cdl
--- sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl	26 Jan 2009 18:09:26 -0000	1.4
+++ sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl	28 Jan 2009 15:42:12 -0000
@@ -168,7 +168,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_FLEXAN
             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: sa11x0/ipaq/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/ipaq/current/ChangeLog,v
retrieving revision 1.17
diff -u -p -r1.17 ChangeLog
--- sa11x0/ipaq/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.17
+++ sa11x0/ipaq/current/ChangeLog	28 Jan 2009 15:42:12 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_ipaq.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_RAM.ecm: 
Index: sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl,v
retrieving revision 1.8
diff -u -p -r1.8 hal_arm_sa11x0_ipaq.cdl
--- sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl	26 Jan 2009 18:09:26 -0000	1.8
+++ sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl	28 Jan 2009 15:42:12 -0000
@@ -206,7 +206,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_IPAQ {
             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: sa11x0/nano/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/nano/current/ChangeLog,v
retrieving revision 1.10
diff -u -p -r1.10 ChangeLog
--- sa11x0/nano/current/ChangeLog	26 Jan 2009 18:09:26 -0000	1.10
+++ sa11x0/nano/current/ChangeLog	28 Jan 2009 15:42:12 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_nano.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-09-21  Gary Thomas  <gary@mlbassoc.com>
 
 	* misc/redboot_POST.ecm: 
Index: sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl,v
retrieving revision 1.5
diff -u -p -r1.5 hal_arm_sa11x0_nano.cdl
--- sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl	26 Jan 2009 18:09:25 -0000	1.5
+++ sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl	28 Jan 2009 15:42:12 -0000
@@ -196,7 +196,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_NANO {
             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: sa11x0/sa1100mm/current/ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/sa1100mm/current/ChangeLog,v
retrieving revision 1.14
diff -u -p -r1.14 ChangeLog
--- sa11x0/sa1100mm/current/ChangeLog	26 Jan 2009 18:09:25 -0000	1.14
+++ sa11x0/sa1100mm/current/ChangeLog	28 Jan 2009 15:42:12 -0000
@@ -1,8 +1,3 @@
-2009-01-24  Bart Veer <bartv@ecoscentric.com>
-
-	* cdl/hal_arm_sa11x0_sa1100mm.cdl: switch from arm-elf-gcc to
-	arm-eabi-gcc.
-
 2003-02-13  Patrick Doyle  <wpd@delcomsys.com>
 	* src/sa1100mm_misc.c: Replaced explicit prototype of memset with
 	#include <string.h>.
Index: sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl
===================================================================
RCS file: /cvs/ecos/ecos/packages/hal/arm/sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl,v
retrieving revision 1.10
diff -u -p -r1.10 hal_arm_sa11x0_sa1100mm.cdl
--- sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl	26 Jan 2009 18:09:25 -0000	1.10
+++ sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl	28 Jan 2009 15:42:13 -0000
@@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_SA1100
             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]