summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/angstrom.conf3
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