diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-18 12:31:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-18 12:31:57 +0000 |
commit | 679fd2f932c928d23ceac384df7eb24f477e321d (patch) | |
tree | 77c0fcf11aac39f2d54bdaab11d4aac23185249f /toolchain/uClibc/uClibc.config | |
parent | 5afefc9d60cdb138c804185e2d40757be3cdb942 (diff) | |
download | buildroot-novena-679fd2f932c928d23ceac384df7eb24f477e321d.tar.gz buildroot-novena-679fd2f932c928d23ceac384df7eb24f477e321d.zip |
patch by David Anders to add arm variants
Diffstat (limited to 'toolchain/uClibc/uClibc.config')
-rw-r--r-- | toolchain/uClibc/uClibc.config | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc.config b/toolchain/uClibc/uClibc.config index 0a2ba841c..4b1b8e83f 100644 --- a/toolchain/uClibc/uClibc.config +++ b/toolchain/uClibc/uClibc.config @@ -37,6 +37,17 @@ DO_C99_MATH=y WARNINGS="-Wall" KERNEL_SOURCE="/usr/src/linux" HAVE_DOT_CONFIG=y +# CONFIG_GENERIC_ARM is not set +# CONFIG_ARM610 is not set +# CONFIG_ARM710 is not set +# CONFIG_ARM720T is not set +# CONFIG_ARM920T is not set +# CONFIG_ARM922T is not set +# CONFIG_ARM926T is not set +# CONFIG_ARM1136JF_S is not set +# CONFIG_ARM_SA110 is not set +# CONFIG_ARM_SA1100 is not set +# CONFIG_ARM_XSCALE is not set # # General Library Settings |