diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-15 21:33:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-15 21:33:57 +0000 |
commit | 8675c1d245ef847689e1ba9ef213a449b8f6fd47 (patch) | |
tree | 69fa4fc282303fdd2fe4cf53112c6f10fa21bde6 | |
parent | f86ba329a4d6a2ef5cb886844567bd89a518ee1b (diff) |
split TARGET_VENDOR (-none) from TARGET_OS (linux-gnueabi)
-rw-r--r-- | conf/distro/angstrom.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |