diff options
Diffstat (limited to 'meta/conf/distro/include/poky-eabi2.inc')
-rw-r--r-- | meta/conf/distro/include/poky-eabi2.inc | 3 |
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" #Use the ARM EABI when building for an ARM cpu. We can't use overrides #here because this breaks all places where ":=" is used. -TARGET_VENDOR = "${@['','-poky'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" -TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}"
\ No newline at end of file +TARGET_OS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1)=='arm']}" |