From c9375e5a1978002e7d588682d1532d58bfd62835 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 11 Sep 2007 08:52:20 +0000 Subject: Cleanup POKYMODE files and add summary documentation git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2722 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/include/poky-eabi.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'meta/conf/distro/include/poky-eabi.inc') diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index f61053a1f..32a419bdf 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc @@ -1,5 +1,6 @@ # -# Poky configuration to use EABI +# Poky's default configuration (ARM EABI) +# gcc 4.1.2, binutils 2.18, glibc 2.5 # TARGET_VENDOR = "-poky" @@ -20,6 +21,3 @@ PREFERRED_VERSION_glibc ?= "2.5" PREFERRED_VERSION_glibc-intermediate ?= "2.5" PREFERRED_VERSION_glibc-initial ?= "2.5" PREFERRED_VERSION_elfutils ?= "0.108" - -GLIBCTARGETOS = "linux${@['','-gnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -UCLIBCTARGETOS = "linux${@['-uclibc','-uclibcgnueabi'][bb.data.getVar('TARGET_ARCH',d,1) in ['arm', 'armeb']]}" -- cgit v1.2.3