angstrom: brand the toolchain regardless of architecture
authorKoen Kooi <koen@openembedded.org>
Fri, 30 Jun 2006 16:51:02 +0000 (16:51 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 30 Jun 2006 16:51:02 +0000 (16:51 +0000)
conf/distro/angstrom.conf

index d30fcd3..b368405 100644 (file)
@@ -23,7 +23,7 @@ ENABLE_BINARY_LOCALE_GENERATION ?= ""
 #Use the ARM EABI when building for an ARM cpu. We can't use overrides
 #here because this breaks all places where ":=" is used.
 #if you want to build using uclibc, specify "-uclibcgnueabi"
-TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+TARGET_VENDOR = "-angstrom"
 TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
 #uclibc (needs gcc 4.1.1 or newer)
 #TARGET_OS = "linux${@['','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"