From: Koen Kooi Date: Mon, 1 May 2006 10:47:20 +0000 (+0000) Subject: angstrom: put some branding in the EABI toolchains :) X-Git-Tag: Release-2010-05/1~9453^2~1787^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07f6a2d51842fe58c245bb167e5e0c020e6583a7;p=openembedded.git angstrom: put some branding in the EABI toolchains :) --- 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