diff options
author | Koen Kooi <koen@openembedded.org> | 2006-05-01 10:47:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-05-01 10:47:20 +0000 |
commit | 07f6a2d51842fe58c245bb167e5e0c020e6583a7 (patch) | |
tree | cec7171492b70723bd695ab00e8e43b25ec5f725 /conf | |
parent | d34ad22d3706cdafc3cd3e3475f71e35342ab13c (diff) |
angstrom: put some branding in the EABI toolchains :)
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 40f57430d0..a94fcee140 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -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 |