diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-02 12:56:58 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-02 12:56:58 +0000 |
commit | 9611a0f606288663aea19f63d25617c51c0fb982 (patch) | |
tree | d719cab3df50e459eb07dba23b46284081d31a9b /toolchain/uClibc/config-0.9.30.2/arm | |
parent | 1f4543eedcca4d27602c88fe91e07c56a0de658b (diff) | |
download | upstream-9611a0f606288663aea19f63d25617c51c0fb982.tar.gz upstream-9611a0f606288663aea19f63d25617c51c0fb982.tar.bz2 upstream-9611a0f606288663aea19f63d25617c51c0fb982.zip |
remove support for uClibc 0.9.30.2 and 0.9.30.3
SVN-Revision: 23779
Diffstat (limited to 'toolchain/uClibc/config-0.9.30.2/arm')
-rw-r--r-- | toolchain/uClibc/config-0.9.30.2/arm | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/toolchain/uClibc/config-0.9.30.2/arm b/toolchain/uClibc/config-0.9.30.2/arm deleted file mode 100644 index d26b075b45..0000000000 --- a/toolchain/uClibc/config-0.9.30.2/arm +++ /dev/null @@ -1,25 +0,0 @@ -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 is not set -# 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=y -# CONFIG_GENERIC_ARM is not set -TARGET_ARCH="arm" -TARGET_arm=y |