split TARGET_VENDOR (-none) from TARGET_OS (linux-gnueabi)
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 15 Mar 2006 21:33:57 +0000 (21:33 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 15 Mar 2006 21:33:57 +0000 (21:33 +0000)
conf/distro/angstrom.conf

index 5d4a6b0..c63a5c5 100644 (file)
@@ -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