diff options
| author | Khem Raj <raj.khem@gmail.com> | 2010-07-21 10:27:22 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2010-07-21 10:27:22 -0700 |
| commit | dc1f15bcd4740094ce7a02d1d6e0389469870788 (patch) | |
| tree | d6744fea4a64a8a550fdee39883f8c83bef336e5 /recipes/uclibc/uclibc-git/armv5te | |
| parent | e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc (diff) | |
uclibc-git: Update cpu to be arm926t in config for qemuarm
* Fix PIE execution when uclibc is compiled with thumb
* Update defconfig for armv5te architecture
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc-git/armv5te')
| -rw-r--r-- | recipes/uclibc/uclibc-git/armv5te/uClibc.machine | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/recipes/uclibc/uclibc-git/armv5te/uClibc.machine b/recipes/uclibc/uclibc-git/armv5te/uClibc.machine index ec0385bc0f..7154278f88 100644 --- a/recipes/uclibc/uclibc-git/armv5te/uClibc.machine +++ b/recipes/uclibc/uclibc-git/armv5te/uClibc.machine @@ -1,9 +1,11 @@ # # Automatically generated make config: don't edit -# Sun May 13 11:16:02 2007 +# Version: 0.9.32-git +# Mon Jul 19 01:34:29 2010 # # TARGET_alpha is not set TARGET_arm=y +# TARGET_avr32 is not set # TARGET_bfin is not set # TARGET_cris is not set # TARGET_e1 is not set @@ -25,6 +27,7 @@ TARGET_arm=y # TARGET_v850 is not set # TARGET_vax is not set # TARGET_x86_64 is not set +# TARGET_xtensa is not set # # Target Architecture Features and Options @@ -41,14 +44,16 @@ USE_BX=y # CONFIG_ARM720T is not set # CONFIG_ARM920T is not set # CONFIG_ARM922T is not set -# CONFIG_ARM926T is not set +CONFIG_ARM926T=y # 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_CORTEX_M3 is not set +# CONFIG_ARM_CORTEX_M1 is not set # CONFIG_ARM_SA110 is not set # CONFIG_ARM_SA1100 is not set -CONFIG_ARM_XSCALE=y +# CONFIG_ARM_XSCALE is not set # CONFIG_ARM_IWMMXT is not set TARGET_SUBARCH="" @@ -65,6 +70,7 @@ 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" +# DO_XSI_MATH is not set +# UCLIBC_HAS_FENV is not set +KERNEL_HEADERS="/usr/include" HAVE_DOT_CONFIG=y - |
