1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00
Files
poky/openembedded/conf/distro/poky-oabi.conf
T
Richard Purdie 36efd02a49 poky-oabi: Add preferred versions for gcc and binutils
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@410 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-05-22 22:17:54 +00:00

12 lines
413 B
Plaintext

#
# 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_VERSION_glibc-intermediate ?= "2.3.5+cvs20050627"