angstrom: put some branding in the EABI toolchains :)
authorKoen Kooi <koen@openembedded.org>
Mon, 1 May 2006 10:47:20 +0000 (10:47 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 1 May 2006 10:47:20 +0000 (10:47 +0000)
conf/distro/angstrom.conf

index 40f5743..a94fcee 100644 (file)
@@ -24,7 +24,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.
-TARGET_VENDOR = "${@['','-none'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
+TARGET_VENDOR = "${@['','-angstrom'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
 TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
 
 #mess with compiler flags to use -Os instead of -O2