summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eabi-csl2005q3-2.inc')
-rw-r--r--meta/conf/distro/include/poky-eabi-csl2005q3-2.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
index 9d2e8cb20f..535bfd3d81 100644
--- a/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
+++ b/meta/conf/distro/include/poky-eabi-csl2005q3-2.inc
@@ -18,5 +18,4 @@ PREFERRED_VERSION_linux-libc-headers ?= "2.6.12rc3+csl-arm-2005q3-2"
18 18
19#Use the ARM EABI when building for an ARM cpu. We can't use overrides 19#Use the ARM EABI when building for an ARM cpu. We can't use overrides
20#here because this breaks all places where ":=" is used. 20#here because this breaks all places where ":=" is used.
21TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
22TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" 21TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"