diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-30 17:45:30 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-30 17:45:30 +0000 |
commit | 8dc42b0a2e0923adfeedfdf24b050000b045910a (patch) | |
tree | b01bb1693101731d40e3e1aca855dc118a1b13ea /toolchain/uClibc/uClibc-0.9.29.config | |
parent | d2fdd8bd46f4d07da061195152785aa7309abcf1 (diff) |
- add some defaults for arm and set them later on depending on the .config
Diffstat (limited to 'toolchain/uClibc/uClibc-0.9.29.config')
-rw-r--r-- | toolchain/uClibc/uClibc-0.9.29.config | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain/uClibc/uClibc-0.9.29.config b/toolchain/uClibc/uClibc-0.9.29.config index 18f37fca8..f1f36ba1c 100644 --- a/toolchain/uClibc/uClibc-0.9.29.config +++ b/toolchain/uClibc/uClibc-0.9.29.config @@ -182,3 +182,20 @@ WARNINGS="-Wall" # EXTRA_WARNINGS is not set # DOMULTI is not set # UCLIBC_MJN3_ONLY is not set + +# USE_BX is not set +# CONFIG_GENERIC_ARM is not set +# CONFIG_ARM610 is not set +# CONFIG_ARM710 is not set +# CONFIG_ARM7TDMI is not set +# CONFIG_ARM720T is not set +# CONFIG_ARM920T is not set +# CONFIG_ARM922T is not set +# CONFIG_ARM926T is not set +# CONFIG_ARM10T 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 +# CONFIG_ARM_IWMMXT is not set + |