diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-11 18:27:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-11 18:27:33 +0000 |
commit | f24a7c7a68902ef157d8caa7b950a20874b95081 (patch) | |
tree | 58beb40f86c6fdbbb4ea6df2e9c1cd832b280786 /toolchain/uClibc | |
parent | 35d191875884e17a1148476d1a4c22783188a5a4 (diff) | |
download | upstream-f24a7c7a68902ef157d8caa7b950a20874b95081.tar.gz upstream-f24a7c7a68902ef157d8caa7b950a20874b95081.tar.bz2 upstream-f24a7c7a68902ef157d8caa7b950a20874b95081.zip |
add preliminary support for the successor of the storm port
SVN-Revision: 15772
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/config-0.9.29/arm.gemini | 25 | ||||
-rw-r--r-- | toolchain/uClibc/config-0.9.30+nptl/arm.gemini | 26 | ||||
-rw-r--r-- | toolchain/uClibc/config-0.9.30.1/arm.gemini | 26 |
3 files changed, 77 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.29/arm.gemini b/toolchain/uClibc/config-0.9.29/arm.gemini new file mode 100644 index 0000000000..90d5b0089f --- /dev/null +++ b/toolchain/uClibc/config-0.9.29/arm.gemini @@ -0,0 +1,25 @@ +ARCH_ANY_ENDIAN=y +ARCH_WANTS_LITTLE_ENDIAN=y +# CONFIG_ARM10T is not set +# CONFIG_ARM1136JF_S is not set +# CONFIG_ARM1176JZF_S is not set +# CONFIG_ARM1176JZ_S is not set +# CONFIG_ARM610 is not set +# CONFIG_ARM710 is not set +# CONFIG_ARM720T is not set +# CONFIG_ARM7TDMI is not set +CONFIG_ARM920T=y +# CONFIG_ARM922T is not set +# CONFIG_ARM926T is not set +CONFIG_ARM_EABI=y +# CONFIG_ARM_IWMMXT is not set +# CONFIG_ARM_OABI is not set +# CONFIG_ARM_SA110 is not set +# CONFIG_ARM_SA1100 is not set +# CONFIG_ARM_XSCALE is not set +# CONFIG_GENERIC_ARM is not set +KERNEL_HEADERS="./toolchain_build_arm/linux/include" +KERNEL_SOURCE="./toolchain_build_arm/linux" +TARGET_ARCH="arm" +TARGET_arm=y +# USE_BX is not set diff --git a/toolchain/uClibc/config-0.9.30+nptl/arm.gemini b/toolchain/uClibc/config-0.9.30+nptl/arm.gemini new file mode 100644 index 0000000000..8043cf61b7 --- /dev/null +++ b/toolchain/uClibc/config-0.9.30+nptl/arm.gemini @@ -0,0 +1,26 @@ +ARCH_ANY_ENDIAN=y +ARCH_LITTLE_ENDIAN=y +ARCH_WANTS_LITTLE_ENDIAN=y +# CONFIG_ARM10T is not set +# CONFIG_ARM1136JF_S is not set +# CONFIG_ARM1176JZF_S is not set +# CONFIG_ARM1176JZ_S is not set +# CONFIG_ARM610 is not set +# CONFIG_ARM710 is not set +# CONFIG_ARM720T is not set +# CONFIG_ARM7TDMI is not set +CONFIG_ARM920T=y +# CONFIG_ARM922T is not set +# CONFIG_ARM926T is not set +# CONFIG_ARM_CORTEX_M1 is not set +# CONFIG_ARM_CORTEX_M3 is not set +# CONFIG_ARM_EABI is not set +# CONFIG_ARM_IWMMXT is not set +CONFIG_ARM_OABI=y +# CONFIG_ARM_SA110 is not set +# CONFIG_ARM_SA1100 is not set +# CONFIG_ARM_XSCALE is not set +# CONFIG_GENERIC_ARM is not set +TARGET_ARCH="arm" +TARGET_arm=y +# USE_BX is not set diff --git a/toolchain/uClibc/config-0.9.30.1/arm.gemini b/toolchain/uClibc/config-0.9.30.1/arm.gemini new file mode 100644 index 0000000000..8043cf61b7 --- /dev/null +++ b/toolchain/uClibc/config-0.9.30.1/arm.gemini @@ -0,0 +1,26 @@ +ARCH_ANY_ENDIAN=y +ARCH_LITTLE_ENDIAN=y +ARCH_WANTS_LITTLE_ENDIAN=y +# CONFIG_ARM10T is not set +# CONFIG_ARM1136JF_S is not set +# CONFIG_ARM1176JZF_S is not set +# CONFIG_ARM1176JZ_S is not set +# CONFIG_ARM610 is not set +# CONFIG_ARM710 is not set +# CONFIG_ARM720T is not set +# CONFIG_ARM7TDMI is not set +CONFIG_ARM920T=y +# CONFIG_ARM922T is not set +# CONFIG_ARM926T is not set +# CONFIG_ARM_CORTEX_M1 is not set +# CONFIG_ARM_CORTEX_M3 is not set +# CONFIG_ARM_EABI is not set +# CONFIG_ARM_IWMMXT is not set +CONFIG_ARM_OABI=y +# CONFIG_ARM_SA110 is not set +# CONFIG_ARM_SA1100 is not set +# CONFIG_ARM_XSCALE is not set +# CONFIG_GENERIC_ARM is not set +TARGET_ARCH="arm" +TARGET_arm=y +# USE_BX is not set |