aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/arch
Commit message (Collapse)AuthorAgeFilesLines
...
* arch/arm: add THUMB interworking supportYann E. MORIN"2009-10-261-0/+4
| | | | | | Add config option to build wtarget code with THUMB interworking. This is used to build the C library as well as all other code that runs on the target.
* arch/arm: add THUMB mode config optionYann E. MORIN"2009-10-261-0/+10
|
* arch/arm: no need to check for the ABI optionYann E. MORIN"2009-10-211-4/+0
| | | | | The ABI option can not be set if EABI was selected, so no need to check for it.
* libc/newlib: allow using newlib with archs other than avr32Yann E. MORIN"2009-10-211-1/+1
|
* Added initial AVR32 support (bare-metal,newlib)Martin Lund"2009-05-221-0/+16
|
* Add support for powerpc64, along with an EXPERIMENTAL sample.Yann E. MORIN"2009-01-313-20/+26
| | | | | | | | | | | /trunk/scripts/build/arch/powerpc64.sh | 21 1 20 0 - /trunk/scripts/build/arch/powerpc.sh | 21 1 20 0 - /trunk/samples/powerpc64-unknown-linux-gnu/crosstool.config | 388 388 0 0 +++++++++++++++++++ /trunk/samples/powerpc64-unknown-linux-gnu/reported.by | 3 3 0 0 + /trunk/config/arch/powerpc-powerpc64.in-common | 12 4 8 0 - /trunk/config/arch/powerpc.in | 15 0 15 0 - /trunk/config/arch/powerpc64.in | 19 3 16 0 - 7 files changed, 400 insertions(+), 79 deletions(-)
* Architecture API change:Yann E. MORIN"2008-10-238-8/+8
| | | | | | | | | | | | | | | - rename the tuple function /trunk/scripts/build/arch/mips.sh | 2 1 1 0 +- /trunk/scripts/build/arch/sh.sh | 2 1 1 0 +- /trunk/scripts/build/arch/x86_64.sh | 2 1 1 0 +- /trunk/scripts/build/arch/arm.sh | 2 1 1 0 +- /trunk/scripts/build/arch/powerpc.sh | 2 1 1 0 +- /trunk/scripts/build/arch/ia64.sh | 2 1 1 0 +- /trunk/scripts/build/arch/alpha.sh | 2 1 1 0 +- /trunk/scripts/build/arch/x86.sh | 2 1 1 0 +- /trunk/scripts/functions | 12 7 5 0 +++++++----- 9 files changed, 15 insertions(+), 13 deletions(-)
* Separate the architecture config file and function script.Yann E. MORIN"2008-10-058-0/+126
/trunk/kconfig/kconfig.mk | 46 23 23 0 +++++++++++++++++++++++----------------------- /trunk/scripts/crosstool.sh | 2 1 1 0 +- /trunk/docs/overview.txt | 28 11 17 0 +++++++++++----------------- 3 files changed, 35 insertions(+), 41 deletions(-)