From b2f192faabe412adce79534e22efe9fb69ee40e2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 21 Jul 2006 10:10:31 +0000 Subject: Rename /openembedded/ -> /meta/ git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/distro/poky-oabi.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/conf/distro/poky-oabi.conf (limited to 'meta/conf/distro/poky-oabi.conf') diff --git a/meta/conf/distro/poky-oabi.conf b/meta/conf/distro/poky-oabi.conf new file mode 100644 index 000000000..71d609201 --- /dev/null +++ b/meta/conf/distro/poky-oabi.conf @@ -0,0 +1,11 @@ +# +# Poky configuration to use its Original ABI +# +PREFERRED_VERSION_binutils ?= "2.16" +PREFERRED_VERSION_binutils-cross ?= "2.15.94.0.1" +PREFERRED_VERSION_gcc ?= "3.4.4" +PREFERRED_VERSION_gcc-cross ?= "3.4.4" +PREFERRED_VERSION_gcc-cross-initial ?= "3.4.4" +PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1" +PREFERRED_VERSION_glibc ?= "2.3.5+cvs20050627" +PREFERRED_PROVIDER_virtual/arm-linux-libc-for-gcc = "glibc" \ No newline at end of file -- cgit v1.2.3