summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eabi2.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi2.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/conf/distro/include/poky-eabi2.inc b/meta/conf/distro/include/poky-eabi2.inc
index 97b8b92727..51c6781d17 100644
--- a/meta/conf/distro/include/poky-eabi2.inc
+++ b/meta/conf/distro/include/poky-eabi2.inc
@@ -17,5 +17,4 @@ PREFERRED_VERSION_elfutils ?= "0.108"
17 17
18#Use the ARM EABI when building for an ARM cpu. We can't use overrides 18#Use the ARM EABI when building for an ARM cpu. We can't use overrides
19#here because this breaks all places where ":=" is used. 19#here because this breaks all places where ":=" is used.
20TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" 20TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
21TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" \ No newline at end of file