diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-13 20:22:17 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-13 20:22:17 +0000 |
commit | 0f23053a22b558cc7828113898edca20f0c10fe9 (patch) | |
tree | 71632f9c93777f35d6b934953c41499892dd3fb4 /toolchain | |
parent | f5aed4f5d4f0eca1ab566ab9cdf73d0d70ed54e4 (diff) | |
download | buildroot-novena-0f23053a22b558cc7828113898edca20f0c10fe9.tar.gz buildroot-novena-0f23053a22b558cc7828113898edca20f0c10fe9.zip |
Stop halting ARM build to configure uClibc
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.29.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.29.config b/toolchain/uClibc/uClibc-0.9.29.config index 5e53d51bb..17a157d6d 100644 --- a/toolchain/uClibc/uClibc-0.9.29.config +++ b/toolchain/uClibc/uClibc-0.9.29.config @@ -210,6 +210,8 @@ WARNINGS="-Wall" # CONFIG_ARM926T is not set # CONFIG_ARM10T is not set # CONFIG_ARM1136JF_S is not set +# CONFIG_ARM1176JZ_S is not set +# CONFIG_ARM1176JZF_S is not set # CONFIG_ARM_SA110 is not set # CONFIG_ARM_SA1100 is not set # CONFIG_ARM_XSCALE is not set |