diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-29 08:50:34 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-29 08:50:34 +0000 |
commit | 28693b2f58d789dab35f600f0c94bda39afc1a3d (patch) | |
tree | a8181bd710e29e0dfa6d9788fe8214d8696c8bbd /packages/uclibc/uclibc-0.9.29/gumstix-verdex | |
parent | b73caf88415f40bb057e11d9046546f535b57280 (diff) |
uclibc 0.9.29: add templates for different ARM generations and use iwmmxt for gumstix-verdex
Diffstat (limited to 'packages/uclibc/uclibc-0.9.29/gumstix-verdex')
-rw-r--r-- | packages/uclibc/uclibc-0.9.29/gumstix-verdex/uClibc.machine | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/uclibc/uclibc-0.9.29/gumstix-verdex/uClibc.machine b/packages/uclibc/uclibc-0.9.29/gumstix-verdex/uClibc.machine index ec0385bc0f..e27931cf6b 100644 --- a/packages/uclibc/uclibc-0.9.29/gumstix-verdex/uClibc.machine +++ b/packages/uclibc/uclibc-0.9.29/gumstix-verdex/uClibc.machine @@ -1,6 +1,6 @@ # # Automatically generated make config: don't edit -# Sun May 13 11:16:02 2007 +# Sat May 12 23:18:41 2007 # # TARGET_alpha is not set TARGET_arm=y @@ -48,8 +48,8 @@ USE_BX=y # CONFIG_ARM1176JZF_S is not set # CONFIG_ARM_SA110 is not set # CONFIG_ARM_SA1100 is not set -CONFIG_ARM_XSCALE=y -# CONFIG_ARM_IWMMXT is not set +# CONFIG_ARM_XSCALE is not set +CONFIG_ARM_IWMMXT=y TARGET_SUBARCH="" # @@ -65,6 +65,6 @@ UCLIBC_HAS_FLOATS=y # UCLIBC_HAS_FPU is not set UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y -KERNEL_HEADERS="/data/build/koen/OE/build/tmp/angstrom/cross/arm-angstrom-linux-uclibcgnueabi/include" +KERNEL_HEADERS="/usr/include" HAVE_DOT_CONFIG=y |