diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-14 14:32:03 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2009-12-14 23:54:48 +0100 |
commit | da0ee7e4bc82c4c0965383f0dc31e2cf99bd8495 (patch) | |
tree | 5bac16d328e2c3aaab6535428445d0a065a3c240 /configs/at91sam9263ek_ext_bare_defconfig | |
parent | e882889e74876baee36045a9372703654c87f4be (diff) | |
download | buildroot-novena-da0ee7e4bc82c4c0965383f0dc31e2cf99bd8495.tar.gz buildroot-novena-da0ee7e4bc82c4c0965383f0dc31e2cf99bd8495.zip |
Update non-AVR32 defconfigs
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/at91sam9263ek_ext_bare_defconfig')
-rw-r--r-- | configs/at91sam9263ek_ext_bare_defconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/configs/at91sam9263ek_ext_bare_defconfig b/configs/at91sam9263ek_ext_bare_defconfig index d31b8de69..4d3821f93 100644 --- a/configs/at91sam9263ek_ext_bare_defconfig +++ b/configs/at91sam9263ek_ext_bare_defconfig @@ -192,19 +192,8 @@ BR2_UPDATE_CONFIG=y # # BR2_TOOLCHAIN_BUILDROOT is not set BR2_TOOLCHAIN_EXTERNAL=y -# BR2_TOOLCHAIN_EXTERNAL_SOURCE is not set -# BR2_TOOLCHAIN_SOURCE is not set BR2_TOOLCHAIN_EXTERNAL_PATH="$(GCCROOT)" BR2_TOOLCHAIN_EXTERNAL_PREFIX="$(ARCH)-linux" -BR2_EXT_GCC_VERSION_4_1_2=y -BR2_EXT_GCC_VERSION_4_2_1=y -BR2_EXT_GCC_VERSION_4_2_2=y -BR2_EXT_GCC_VERSION_4_2_3=y -BR2_EXT_BINUTILS_VERSION_2_17=y -BR2_EXT_BINUTILS_VERSION_2_18=y -BR2_EXT_UCLIBC_VERSION_0_9_28_3=y -BR2_EXT_UCLIBC_VERSION_0_9_29=y -BR2_EXT_UCLIBC_VERSION_0_9_30=y BR2_TOOLCHAIN_EXTERNAL_LIB_C="libc.so.0" BR2_TOOLCHAIN_EXTERNAL_LIBS="ld-uClibc.so.0 libcrypt.so.0 libdl.so.0 libgcc_s.so libm.so.0 libnsl.so.0 libpthread.so.0 libresolv.so.0 librt.so.0 libutil.so.0" BR2_TOOLCHAIN_EXTERNAL_STRIP=y |