aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/arch
Commit message (Collapse)AuthorAgeFilesLines
* arch: add mips64Zhuang Yuyao2010-02-201-2/+7
| | | | This adds initial mips64 config option and build script.
* arch: add basic m68k supportYann E. MORIN2010-01-291-0/+5
| | | | | | Signed-off-by: Remy Bohmer <linux@bohmer.net> [yann.morin.1998@anciens.enib.fr: use defaults for CT_TARGET_ARCH] Signed-off-by: "Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
* arch/alpha: cleanup Alpha codeYann E. MORIN"2010-01-091-3/+0
|
* arch/s390: commonalise the 32- and 64-bit s390 archYann E. MORIN"2009-11-172-8/+4
|
* arch/x86: commonalise the 32- and 64-bit x86 archYann E. MORIN"2009-11-172-22/+16
|
* arch/ppc: commonalise the 32- and 64-bit PowerPC archYann E. MORIN"2009-11-173-26/+19
|
* arch/s390: cleanupsYann E. MORIN"2009-11-162-8/+3
| | | | | | Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.
* arch: add s390 and s390x architectures and samplesharold2009-11-142-0/+17
|
* 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(-)