Yann E. MORIN"
|
d2324af8c7
|
arch/arm: add THUMB mode config option
|
2009-10-26 09:10:38 +01:00 |
|
Yann E. MORIN"
|
da0ff22e6c
|
arch/arm: no need to check for the ABI option
The ABI option can not be set if EABI was selected,
so no need to check for it.
|
2009-10-21 23:20:30 +02:00 |
|
Yann E. MORIN"
|
68b9b30f6b
|
libc/newlib: allow using newlib with archs other than avr32
|
2009-10-21 22:51:39 +02:00 |
|
Martin Lund"
|
a94b870756
|
Added initial AVR32 support (bare-metal,newlib)
|
2009-05-22 14:46:18 +00:00 |
|
Yann E. MORIN"
|
94e376af77
|
Add support for powerpc64, along with an EXPERIMENTAL sample.
/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(-)
|
2009-01-31 17:39:35 +00:00 |
|
Yann E. MORIN"
|
58e57f180c
|
Architecture API change:
- 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(-)
|
2008-10-23 13:00:45 +00:00 |
|
Yann E. MORIN"
|
b8d189b296
|
Separate the architecture config file and function script.
/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(-)
|
2008-10-05 15:32:00 +00:00 |
|