From 8675c1d245ef847689e1ba9ef213a449b8f6fd47 Mon Sep 17 00:00:00 2001 From: Philipp Zabel Date: Wed, 15 Mar 2006 21:33:57 +0000 Subject: split TARGET_VENDOR (-none) from TARGET_OS (linux-gnueabi) --- conf/distro/angstrom.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf/distro') 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 -- cgit v1.2.3