mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
gcc: same patches for all gccs with shared sources
* different patching on same sources caused race contition [1] * build tested from scratch [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-February/018296.html Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
add085b0c9
commit
11ab6e41b1
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
|
|||||||
|
|
||||||
|
|
||||||
PV = "4.5"
|
PV = "4.5"
|
||||||
PR = "r45"
|
PR = "r46"
|
||||||
|
|
||||||
# BINV should be incremented after updating to a revision
|
# BINV should be incremented after updating to a revision
|
||||||
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made
|
# after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made
|
||||||
@@ -233,6 +233,8 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
|
|||||||
file://use-defaults.h-and-t-oe-in-B.patch \
|
file://use-defaults.h-and-t-oe-in-B.patch \
|
||||||
file://gcc-with-linker-hash-style.patch \
|
file://gcc-with-linker-hash-style.patch \
|
||||||
file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
|
file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \
|
||||||
|
\
|
||||||
|
file://fortran-cross-compile-hack.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
# Language Overrides
|
# Language Overrides
|
||||||
|
|||||||
@@ -3,8 +3,6 @@ require recipes-devtools/gcc/gcc-${PV}.inc
|
|||||||
require recipes-devtools/gcc/gcc-configure-runtime.inc
|
require recipes-devtools/gcc/gcc-configure-runtime.inc
|
||||||
require recipes-devtools/gcc/gcc-package-runtime.inc
|
require recipes-devtools/gcc/gcc-package-runtime.inc
|
||||||
|
|
||||||
SRC_URI_append = "file://fortran-cross-compile-hack.patch"
|
|
||||||
|
|
||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
||||||
|
|
||||||
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
||||||
|
|||||||
Reference in New Issue
Block a user