Mercurial > ecos
changeset 2720:7fec0d64790f
Switch from arm-elf-gcc to arm-eabi-gcc. Remove -mno-short-load-words.
line wrap: on
line diff
--- a/packages/hal/arm/aeb/current/ChangeLog +++ b/packages/hal/arm/aeb/current/ChangeLog @@ -1,3 +1,8 @@ +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.
--- a/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl +++ b/packages/hal/arm/aeb/current/cdl/hal_arm_aeb.cdl @@ -168,7 +168,7 @@ cdl_package CYGPKG_HAL_ARM_AEB { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/aim711/current/ChangeLog +++ b/packages/hal/arm/aim711/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_aim711.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2008-11-20 Bart Veer <bartv@ecoscentric.com> * misc/redboot_ROMRAM_visionsystems.ecm:
--- a/packages/hal/arm/aim711/current/cdl/hal_arm_aim711.cdl +++ b/packages/hal/arm/aim711/current/cdl/hal_arm_aim711.cdl @@ -205,7 +205,7 @@ cdl_package CYGPKG_HAL_ARM_AIM711 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -219,7 +219,7 @@ cdl_package CYGPKG_HAL_ARM_AIM711 { default_value { (CYGHWR_THUMB ? "-mthumb " : "-mcpu=arm7tdmi ") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . (CYGHWR_HAL_ARM_BIGENDIAN ? "-mbig-endian " : "") . - "-mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + "-Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -233,7 +233,7 @@ cdl_package CYGPKG_HAL_ARM_AIM711 { default_value { (CYGHWR_THUMB ? "-mthumb " : "-mcpu=arm7tdmi ") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . (CYGHWR_HAL_ARM_BIGENDIAN ? "-mbig-endian " : "") . - "-mno-short-load-words -g -nostdlib -Wl,--gc-sections -Wl,-static" } + "-g -nostdlib -Wl,--gc-sections -Wl,-static" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/arm9/aaed2000/current/ChangeLog +++ b/packages/hal/arm/arm9/aaed2000/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_arm9_aaed2000.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.
--- a/packages/hal/arm/arm9/aaed2000/current/cdl/hal_arm_arm9_aaed2000.cdl +++ b/packages/hal/arm/arm9/aaed2000/current/cdl/hal_arm_arm9_aaed2000.cdl @@ -342,7 +342,7 @@ cdl_package CYGPKG_HAL_ARM_ARM9_AAED2000 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/arm9/excalibur/current/ChangeLog +++ b/packages/hal/arm/arm9/excalibur/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_arm9_excalibur.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.
--- a/packages/hal/arm/arm9/excalibur/current/cdl/hal_arm_arm9_excalibur.cdl +++ b/packages/hal/arm/arm9/excalibur/current/cdl/hal_arm_arm9_excalibur.cdl @@ -227,7 +227,7 @@ cdl_package CYGPKG_HAL_ARM_ARM9_EXCALIBU display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/arm9/innovator/current/ChangeLog +++ b/packages/hal/arm/arm9/innovator/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_arm9_innovator.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.
--- a/packages/hal/arm/arm9/innovator/current/cdl/hal_arm_arm9_innovator.cdl +++ b/packages/hal/arm/arm9/innovator/current/cdl/hal_arm_arm9_innovator.cdl @@ -237,7 +237,7 @@ cdl_package CYGPKG_HAL_ARM_ARM9_INNOVATO display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/arm9/smdk2410/current/ChangeLog +++ b/packages/hal/arm/arm9/smdk2410/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_arm9_smdk2410.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.
--- a/packages/hal/arm/arm9/smdk2410/current/cdl/hal_arm_arm9_smdk2410.cdl +++ b/packages/hal/arm/arm9/smdk2410/current/cdl/hal_arm_arm9_smdk2410.cdl @@ -227,7 +227,7 @@ cdl_package CYGPKG_HAL_ARM_ARM9_SMDK2410 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/at91/at91sam7s/current/ChangeLog +++ b/packages/hal/arm/at91/at91sam7s/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91sam7s.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2009-11-03 Gabor Toeroek <tgabor84@gmail.com> * cdl/hal_arm_at91sam7s.cdl
--- a/packages/hal/arm/at91/at91sam7s/current/cdl/hal_arm_at91sam7s.cdl +++ b/packages/hal/arm/at91/at91sam7s/current/cdl/hal_arm_at91sam7s.cdl @@ -457,7 +457,7 @@ cdl_package CYGPKG_HAL_ARM_AT91SAM7 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/at91/eb40/current/ChangeLog +++ b/packages/hal/arm/at91/eb40/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_eb40.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2005-03-27 Andrew Lunn <andrew.lunn@ascom.ch> * src/eb40_misc.c: Include cyg/hal/hal_io.h so we have the
--- a/packages/hal/arm/at91/eb40/current/cdl/hal_arm_at91_eb40.cdl +++ b/packages/hal/arm/at91/eb40/current/cdl/hal_arm_at91_eb40.cdl @@ -240,7 +240,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -250,7 +250,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40 { display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -261,7 +261,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40 { display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/at91/eb40a/current/ChangeLog +++ b/packages/hal/arm/at91/eb40a/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_eb40a.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-09-16 Andrea Michelotti <amichelotti@atmel.com> * include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined
--- a/packages/hal/arm/at91/eb40a/current/cdl/hal_arm_at91_eb40a.cdl +++ b/packages/hal/arm/at91/eb40a/current/cdl/hal_arm_at91_eb40a.cdl @@ -238,7 +238,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40A { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -248,7 +248,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40A { display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -259,7 +259,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB40A { display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/at91/eb42/current/ChangeLog +++ b/packages/hal/arm/at91/eb42/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_eb42.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-09-16 Andrea Michelotti <amichelotti@atmel.com> * include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined
--- a/packages/hal/arm/at91/eb42/current/cdl/hal_arm_at91_eb42.cdl +++ b/packages/hal/arm/at91/eb42/current/cdl/hal_arm_at91_eb42.cdl @@ -239,7 +239,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB42 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -249,7 +249,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB42 { display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -260,7 +260,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB42 { display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/at91/eb55/current/ChangeLog +++ b/packages/hal/arm/at91/eb55/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_eb55.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-09-16 Andrea Michelotti <amichelotti@atmel.com> * include/hal_platform_ints.h: When CYGHWR_HAL_ARM_AT91_FIQ is defined
--- a/packages/hal/arm/at91/eb55/current/cdl/hal_arm_at91_eb55.cdl +++ b/packages/hal/arm/at91/eb55/current/cdl/hal_arm_at91_eb55.cdl @@ -239,7 +239,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB55 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -249,7 +249,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB55 { display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -260,7 +260,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_EB55 { display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/at91/jtst/current/ChangeLog +++ b/packages/hal/arm/at91/jtst/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_jtst.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-10-8 Andrew Lunn <andrew.lunn@ascom.ch> * support/jtstflash.{c|cpp}: Host tools for programming the
--- a/packages/hal/arm/at91/jtst/current/cdl/hal_arm_at91_jtst.cdl +++ b/packages/hal/arm/at91/jtst/current/cdl/hal_arm_at91_jtst.cdl @@ -238,7 +238,7 @@ cdl_component CYGNUM_HAL_RTC_CONSTANTS { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -248,7 +248,7 @@ cdl_component CYGNUM_HAL_RTC_CONSTANTS { display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may @@ -259,7 +259,7 @@ cdl_component CYGNUM_HAL_RTC_CONSTANTS { display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/at91/phycore/current/ChangeLog +++ b/packages/hal/arm/at91/phycore/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_at91_phycore.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-10-13 Sebastian Block <sebastianblock@gmx.net> * cdl/hal_arm_at91_phycore.cdl:
--- a/packages/hal/arm/at91/phycore/current/cdl/hal_arm_at91_phycore.cdl +++ b/packages/hal/arm/at91/phycore/current/cdl/hal_arm_at91_phycore.cdl @@ -240,7 +240,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_PHYCORE display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -250,7 +250,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_PHYCORE display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -261,7 +261,7 @@ cdl_package CYGPKG_HAL_ARM_AT91_PHYCORE display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/cma230/current/ChangeLog +++ b/packages/hal/arm/cma230/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_cma230.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2003-07-18 Nick Garnett <nickg@balti.calivar.com> * cdl/hal_arm_cma230.cdl:
--- a/packages/hal/arm/cma230/current/cdl/hal_arm_cma230.cdl +++ b/packages/hal/arm/cma230/current/cdl/hal_arm_cma230.cdl @@ -184,7 +184,7 @@ cdl_package CYGPKG_HAL_ARM_CMA230 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/e7t/current/ChangeLog +++ b/packages/hal/arm/e7t/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_e7t.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2009-01-08 John Dallaway <john@dallaway.org.uk> * src/flash_cksum.tcl: Specify script interpreter via /usr/bin/env.
--- a/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl +++ b/packages/hal/arm/e7t/current/cdl/hal_arm_e7t.cdl @@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_ARM_E7T { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -177,7 +177,7 @@ cdl_package CYGPKG_HAL_ARM_E7T { display "Global compiler flags" flavor data no_define - default_value { "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -188,7 +188,7 @@ cdl_package CYGPKG_HAL_ARM_E7T { display "Global linker flags" flavor data no_define - default_value { "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/ebsa285/current/ChangeLog +++ b/packages/hal/arm/ebsa285/current/ChangeLog @@ -1,3 +1,8 @@ +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.
--- a/packages/hal/arm/ebsa285/current/cdl/hal_arm_ebsa285.cdl +++ b/packages/hal/arm/ebsa285/current/cdl/hal_arm_ebsa285.cdl @@ -209,7 +209,7 @@ cdl_package CYGPKG_HAL_ARM_EBSA285 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/edb7xxx/current/ChangeLog +++ b/packages/hal/arm/edb7xxx/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_edb7xxx.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2004-08-12 Jani Monoses <jani@iv.ro> * cdl/hal_arm_edb7xxx.cdl:
--- a/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl +++ b/packages/hal/arm/edb7xxx/current/cdl/hal_arm_edb7xxx.cdl @@ -326,7 +326,7 @@ CL-PS7111 and EP7xxx based development b display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/gps4020/current/ChangeLog +++ b/packages/hal/arm/gps4020/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_gps4020.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2004-04-22 Jani Monoses <jani@iv.ro> * cdl/hal_arm_gps4020.cdl :
--- a/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl +++ b/packages/hal/arm/gps4020/current/cdl/hal_arm_gps4020.cdl @@ -157,7 +157,7 @@ cdl_package CYGPKG_HAL_ARM_GPS4020 { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/integrator/current/ChangeLog +++ b/packages/hal/arm/integrator/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_integrator.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2004-04-22 Jani Monoses <jani@iv.ro> * cdl/hal_arm_integrator.cdl :
--- a/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl +++ b/packages/hal/arm/integrator/current/cdl/hal_arm_integrator.cdl @@ -219,7 +219,7 @@ cdl_package CYGPKG_HAL_ARM_INTEGRATOR { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog +++ b/packages/hal/arm/lpc24xx/ea2468/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_lpc24xx_ea2468.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2008-11-01 Uwe Kindler <uwe_kindler@web.de> * cdl/hal_arm_lpc24xx_ea2468.cdl: Fixed typo
--- a/packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl +++ b/packages/hal/arm/lpc24xx/ea2468/current/cdl/hal_arm_lpc24xx_ea2468.cdl @@ -192,7 +192,7 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -202,7 +202,7 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual @@ -214,7 +214,7 @@ cdl_package CYGPKG_HAL_ARM_LPC24XX_EA246 display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global
--- a/packages/hal/arm/lpc2xxx/lpcmt/current/ChangeLog +++ b/packages/hal/arm/lpc2xxx/lpcmt/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_lpc2xxx_lpcmt.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-11-19 Jani Monoses <jani@iv.ro> * cdl/hal_arm_lpc2xxx_lpcmt.cdl:
--- a/packages/hal/arm/lpc2xxx/lpcmt/current/cdl/hal_arm_lpc2xxx_lpcmt.cdl +++ b/packages/hal/arm/lpc2xxx/lpcmt/current/cdl/hal_arm_lpc2xxx_lpcmt.cdl @@ -155,7 +155,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_LPCMT display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -165,7 +165,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_LPCMT display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -176,7 +176,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_LPCMT display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/lpc2xxx/mcb2100/current/ChangeLog +++ b/packages/hal/arm/lpc2xxx/mcb2100/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_lpc2xxx_mcb2100.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-11-19 Jani Monoses <jani@iv.ro> * cdl/hal_arm_lpc2xxx_mcb2100.cdl:
--- a/packages/hal/arm/lpc2xxx/mcb2100/current/cdl/hal_arm_lpc2xxx_mcb2100.cdl +++ b/packages/hal/arm/lpc2xxx/mcb2100/current/cdl/hal_arm_lpc2xxx_mcb2100.cdl @@ -159,7 +159,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_MCB21 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -169,7 +169,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_MCB21 display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -180,7 +180,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_MCB21 display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/lpc2xxx/p2106/current/ChangeLog +++ b/packages/hal/arm/lpc2xxx/p2106/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_lpc2xxx_p2106.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2004-11-19 Jani Monoses <jani@iv.ro> * cdl/hal_arm_lpc2xxx_p2106.cdl:
--- a/packages/hal/arm/lpc2xxx/p2106/current/cdl/hal_arm_lpc2xxx_p2106.cdl +++ b/packages/hal/arm/lpc2xxx/p2106/current/cdl/hal_arm_lpc2xxx_p2106.cdl @@ -155,7 +155,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_P2106 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -165,7 +165,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_P2106 display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual packages may define @@ -176,7 +176,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_P2106 display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/lpc2xxx/phycore229x/current/ChangeLog +++ b/packages/hal/arm/lpc2xxx/phycore229x/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_lpc2xxx_phycore229x.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2008-01-04 Uwe Kindler <uwe_kindler@web.de> * cdl/hal_arm_lpc2xxx_phycore229x.cdl
--- a/packages/hal/arm/lpc2xxx/phycore229x/current/cdl/hal_arm_lpc2xxx_phycore229x.cdl +++ b/packages/hal/arm/lpc2xxx/phycore229x/current/cdl/hal_arm_lpc2xxx_phycore229x.cdl @@ -296,7 +296,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_PHYCO display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -306,7 +306,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_PHYCO display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by default. Individual @@ -318,7 +318,7 @@ cdl_package CYGPKG_HAL_ARM_LPC2XXX_PHYCO display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mno-short-load-words -Wl,--gc-sections -Wl,-static -g -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -Wl,--gc-sections -Wl,-static -g -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global
--- a/packages/hal/arm/mac7100/mac7100evb/current/ChangeLog +++ b/packages/hal/arm/mac7100/mac7100evb/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_mac7100_mac7100evb.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2006-06-08 Ilija Koco <ilijak@siva.com.mk> * cdl/hal_arm_mac7100_mac7100evb.cdl:
--- a/packages/hal/arm/mac7100/mac7100evb/current/cdl/hal_arm_mac7100_mac7100evb.cdl +++ b/packages/hal/arm/mac7100/mac7100evb/current/cdl/hal_arm_mac7100_mac7100evb.cdl @@ -316,7 +316,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MAC71 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -326,7 +326,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MAC71 display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -gdwarf-2 -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -gdwarf-2 -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by @@ -339,7 +339,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MAC71 display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -mno-short-load-words -Wl,--gc-sections -Wl,-static -gdwarf-2 -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -Wl,--gc-sections -Wl,-static -gdwarf-2 -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/mac7100/mace1/current/ChangeLog +++ b/packages/hal/arm/mac7100/mace1/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_mac7100_mace1.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. Remove -mno-short-load-words. + 2006-06-08 Ilija Koco <ilijak@siva.com.mk> * include/hal_platform_setup.h: PLL clock and memory remap
--- a/packages/hal/arm/mac7100/mace1/current/cdl/hal_arm_mac7100_mace1.cdl +++ b/packages/hal/arm/mac7100/mace1/current/cdl/hal_arm_mac7100_mace1.cdl @@ -316,7 +316,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MACE1 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools." @@ -326,7 +326,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MACE1 display "Global compiler flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -gdwarf-2 -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -gdwarf-2 -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority" } description " This option controls the global compiler flags which are used to compile all packages by @@ -339,7 +339,7 @@ cdl_package CYGPKG_HAL_ARM_MAC7100_MACE1 display "Global linker flags" flavor data no_define - default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -mno-short-load-words -Wl,--gc-sections -Wl,-static -gdwarf-2 -nostdlib" } + default_value { (CYGHWR_THUMB ? "-mthumb " : "") . (CYGBLD_ARM_ENABLE_THUMB_INTERWORK ? "-mthumb-interwork " : "") . "-mcpu=arm7tdmi -mbig-endian -Wl,--gc-sections -Wl,-static -gdwarf-2 -nostdlib" } description " This option controls the global linker flags. Individual packages may define options which override these global flags."
--- a/packages/hal/arm/pid/current/ChangeLog +++ b/packages/hal/arm/pid/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_pid.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2004-04-22 Jani Monoses <jani@iv.ro> * cdl/hal_arm_pid.cdl :
--- a/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl +++ b/packages/hal/arm/pid/current/cdl/hal_arm_pid.cdl @@ -218,7 +218,7 @@ cdl_package CYGPKG_HAL_ARM_PID { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/assabet/current/ChangeLog +++ b/packages/hal/arm/sa11x0/assabet/current/ChangeLog @@ -1,3 +1,8 @@ +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:
--- a/packages/hal/arm/sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl +++ b/packages/hal/arm/sa11x0/assabet/current/cdl/hal_arm_sa11x0_assabet.cdl @@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_ASSABE display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/brutus/current/ChangeLog +++ b/packages/hal/arm/sa11x0/brutus/current/ChangeLog @@ -1,3 +1,8 @@ +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>.
--- a/packages/hal/arm/sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl +++ b/packages/hal/arm/sa11x0/brutus/current/cdl/hal_arm_sa11x0_brutus.cdl @@ -160,7 +160,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_BRUTUS display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/cerf/current/ChangeLog +++ b/packages/hal/arm/sa11x0/cerf/current/ChangeLog @@ -1,3 +1,8 @@ +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
--- a/packages/hal/arm/sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl +++ b/packages/hal/arm/sa11x0/cerf/current/cdl/hal_arm_sa11x0_cerf.cdl @@ -176,7 +176,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_CERF { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/cerfpda/current/ChangeLog +++ b/packages/hal/arm/sa11x0/cerfpda/current/ChangeLog @@ -1,3 +1,8 @@ +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.
--- a/packages/hal/arm/sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl +++ b/packages/hal/arm/sa11x0/cerfpda/current/cdl/hal_arm_sa11x0_cerfpda.cdl @@ -175,7 +175,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_CERFPD display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/flexanet/current/ChangeLog +++ b/packages/hal/arm/sa11x0/flexanet/current/ChangeLog @@ -1,3 +1,8 @@ +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>.
--- a/packages/hal/arm/sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl +++ b/packages/hal/arm/sa11x0/flexanet/current/cdl/hal_arm_sa11x0_flexanet.cdl @@ -168,7 +168,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_FLEXAN display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/ipaq/current/ChangeLog +++ b/packages/hal/arm/sa11x0/ipaq/current/ChangeLog @@ -1,3 +1,8 @@ +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:
--- a/packages/hal/arm/sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl +++ b/packages/hal/arm/sa11x0/ipaq/current/cdl/hal_arm_sa11x0_ipaq.cdl @@ -206,7 +206,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_IPAQ { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/nano/current/ChangeLog +++ b/packages/hal/arm/sa11x0/nano/current/ChangeLog @@ -1,3 +1,8 @@ +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:
--- a/packages/hal/arm/sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl +++ b/packages/hal/arm/sa11x0/nano/current/cdl/hal_arm_sa11x0_nano.cdl @@ -196,7 +196,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_NANO { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/sa11x0/sa1100mm/current/ChangeLog +++ b/packages/hal/arm/sa11x0/sa1100mm/current/ChangeLog @@ -1,3 +1,8 @@ +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>.
--- a/packages/hal/arm/sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl +++ b/packages/hal/arm/sa11x0/sa1100mm/current/cdl/hal_arm_sa11x0_sa1100mm.cdl @@ -167,7 +167,7 @@ cdl_package CYGPKG_HAL_ARM_SA11X0_SA1100 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/snds/current/ChangeLog +++ b/packages/hal/arm/snds/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_snds.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.
--- a/packages/hal/arm/snds/current/cdl/hal_arm_snds.cdl +++ b/packages/hal/arm/snds/current/cdl/hal_arm_snds.cdl @@ -196,7 +196,7 @@ cdl_package CYGPKG_HAL_ARM_SNDS { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/grg/current/ChangeLog +++ b/packages/hal/arm/xscale/grg/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_grg.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2006-03-01 Mark Salter <msalter@sadr.localdomain> * include/hal_platform_setup.h: Fix DELAY macro.
--- a/packages/hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl +++ b/packages/hal/arm/xscale/grg/current/cdl/hal_arm_xscale_grg.cdl @@ -103,7 +103,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_GRG { display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/iop310/current/ChangeLog +++ b/packages/hal/arm/xscale/iop310/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_iop310.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2003-12-05 Andrew Lunn <andrew.lunn@ascom.ch> * include/hal_var_ints.h: hal_delay_us() is a C function.
--- a/packages/hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl +++ b/packages/hal/arm/xscale/iop310/current/cdl/hal_arm_xscale_iop310.cdl @@ -225,7 +225,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_IOP310 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/iq80321/current/ChangeLog +++ b/packages/hal/arm/xscale/iq80321/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_iq80321.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.
--- a/packages/hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl +++ b/packages/hal/arm/xscale/iq80321/current/cdl/hal_arm_xscale_iq80321.cdl @@ -180,7 +180,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_IQ8032 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/ixdp425/current/ChangeLog +++ b/packages/hal/arm/xscale/ixdp425/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_ixdp425.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2006-08-02 Jonathan Larmour <jifl@eCosCentric.com> * src/ixdp425_strataflash.c: In CYG_FLASH_FUNS, replace query
--- a/packages/hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl +++ b/packages/hal/arm/xscale/ixdp425/current/cdl/hal_arm_xscale_ixdp425.cdl @@ -120,7 +120,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_IXDP42 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/mpc50/current/ChangeLog +++ b/packages/hal/arm/xscale/mpc50/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_mpc50.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2003-02-20 Gary Thomas <gary@mind.be> * src/mpc50_misc.c (plf_hardware_init): Platform needs to call
--- a/packages/hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl +++ b/packages/hal/arm/xscale/mpc50/current/cdl/hal_arm_xscale_mpc50.cdl @@ -141,7 +141,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_MPC50 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/picasso/current/ChangeLog +++ b/packages/hal/arm/xscale/picasso/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_picasso.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2009-01-24 Bart Veer <bartv@ecoscentric.com> * src/vga_support.c: fix build problem with latest toolchains.
--- a/packages/hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl +++ b/packages/hal/arm/xscale/picasso/current/cdl/hal_arm_xscale_picasso.cdl @@ -231,7 +231,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_PICASS display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/prpmc1100/current/ChangeLog +++ b/packages/hal/arm/xscale/prpmc1100/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_prpmc1100.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2006-03-01 Mark Salter <msalter@sadr.localdomain> * include/hal_platform_setup.h: Fix DELAY macro.
--- a/packages/hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl +++ b/packages/hal/arm/xscale/prpmc1100/current/cdl/hal_arm_xscale_prpmc1100.cdl @@ -100,7 +100,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_PRPMC1 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/uE250/current/ChangeLog +++ b/packages/hal/arm/xscale/uE250/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_uE250.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2009-01-24 Bart Veer <bartv@ecoscentric.com> * src/vga_support.c: fix build problem with latest toolchains.
--- a/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl +++ b/packages/hal/arm/xscale/uE250/current/cdl/hal_arm_xscale_uE250.cdl @@ -240,7 +240,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_UE250 display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
--- a/packages/hal/arm/xscale/xsengine/current/ChangeLog +++ b/packages/hal/arm/xscale/xsengine/current/ChangeLog @@ -1,3 +1,8 @@ +2009-01-24 Bart Veer <bartv@ecoscentric.com> + + * cdl/hal_arm_xscale_xsengine.cdl: switch from arm-elf-gcc to + arm-eabi-gcc. + 2005-02-23 Kurt Stremerch <kurt.stremerch@exys.be> * src/xsengine_misc.c:
--- a/packages/hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl +++ b/packages/hal/arm/xscale/xsengine/current/cdl/hal_arm_xscale_xsengine.cdl @@ -162,7 +162,7 @@ cdl_package CYGPKG_HAL_ARM_XSCALE_XSENGI display "Global command prefix" flavor data no_define - default_value { "arm-elf" } + default_value { "arm-eabi"} description " This option specifies the command prefix used when invoking the build tools."
