mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
poky-eabi.inc: Use gcc 4.3.1 for armv7-a targets
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4879 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# Poky's default configuration (ARM EABI)
|
||||
# gcc 4.1.2, binutils 2.18, glibc 2.5
|
||||
# gcc 4.2.3, binutils 2.18, glibc 2.5
|
||||
# use gcc 4.3.1 for armv7 targets
|
||||
#
|
||||
|
||||
TARGET_VENDOR = "-poky"
|
||||
@@ -11,11 +12,19 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc-initial = "gcc-cross-initial"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
|
||||
PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "4.2.3"
|
||||
PREFERRED_VERSION_gcc-cross ?= "4.2.3"
|
||||
PREFERRED_VERSION_gcc-cross-initial ?= "4.2.3"
|
||||
PREFERRED_VERSION_binutils ?= "2.18"
|
||||
PREFERRED_VERSION_binutils-cross ?= "2.18"
|
||||
GCCVERSION = "4.2.3"
|
||||
GCCVERSION_beagleboard = "4.3.1"
|
||||
GCCVERSION_omap-3430sdp = "4.3.1"
|
||||
GCCVERSION_omap-3430ldp = "4.3.1"
|
||||
# 4.2.3+csl-arm-2008q1-126 doesn't work
|
||||
|
||||
BINUVERSION = "2.18"
|
||||
|
||||
PREFERRED_VERSION_gcc ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}"
|
||||
PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
|
||||
PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
|
||||
PREFERRED_VERSION_linux-libc-headers ?= "2.6.24"
|
||||
PREFERRED_VERSION_glibc ?= "2.6.1"
|
||||
PREFERRED_VERSION_glibc-intermediate ?= "2.6.1"
|
||||
|
||||
Reference in New Issue
Block a user