summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-06-30 16:51:02 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-30 16:51:02 +0000
commit97df2a72774d41bc5870c744e5973deee1197865 (patch)
treea6012505299450ff0800743b407500b6426b6677 /conf
parent24dfea1d1cfb92304111a2b0318616cb7cf8be0a (diff)
angstrom: brand the toolchain regardless of architecture
Diffstat (limited to 'conf')
-rw-r--r--conf/distro/angstrom.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf
index d30fcd3cca..b368405939 100644
--- a/conf/distro/angstrom.conf
+++ b/conf/distro/angstrom.conf
@@ -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']}"