From bd00c338eb06d9a81b814453c65991d9a0788272 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 28 Dec 2006 23:25:39 +0000 Subject: distro eabi includes: Drop TARGET_VENDOR settings - handled in poky.conf now git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1105 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/poky-eabi4.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta/conf/distro/include/poky-eabi4.inc') diff --git a/meta/conf/distro/include/poky-eabi4.inc b/meta/conf/distro/include/poky-eabi4.inc index f56722b058..63467b46ad 100644 --- a/meta/conf/distro/include/poky-eabi4.inc +++ b/meta/conf/distro/include/poky-eabi4.inc @@ -18,5 +18,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']}" -- cgit v1.2.3-54-g00ecf