From: Philipp Zabel Date: Wed, 15 Mar 2006 21:33:57 +0000 (+0000) Subject: split TARGET_VENDOR (-none) from TARGET_OS (linux-gnueabi) X-Git-Tag: Release-2010-05/1~9453^2~2232^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8675c1d245ef847689e1ba9ef213a449b8f6fd47;p=openembedded.git split TARGET_VENDOR (-none) from TARGET_OS (linux-gnueabi) --- diff --git a/conf/distro/angstrom.conf b/conf/distro/angstrom.conf index 5d4a6b09c0..c63a5c53b7 100644 --- a/conf/distro/angstrom.conf +++ b/conf/distro/angstrom.conf @@ -22,7 +22,8 @@ ENABLE_BINARY_LOCALE_GENERATION ?= "" #Use the ARM EABI when building for an ARM cpu. -TARGET_OS_arm = "none-linux-gnueabi" +TARGET_VENDOR_arm = "-none" +TARGET_OS_arm = "linux-gnueabi" TARGET_OS = "linux" #mess with compiler flags to use -Os instead of -O2