mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
This patch makes gcc produce broken code. It is unclear why it is there in the first place. Drop it. (From OE-Core rev: 5d3354a1f03f17668c393049928375335059d4e5) Signed-off-by: Mans Rullgard <mans@mansr.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5f3cace37496fe1dc4fd045f688f7d441505c437) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
518 B
BlitzBasic
13 lines
518 B
BlitzBasic
require boost-${PV}.inc
|
|
require boost.inc
|
|
|
|
SRC_URI += " \
|
|
file://boost-CVE-2012-2677.patch \
|
|
file://boost-math-disable-pch-for-gcc.patch \
|
|
file://0001-Apply-boost-1.62.0-no-forced-flags.patch.patch \
|
|
file://0001-Don-t-set-up-arch-instruction-set-flags-we-do-that-o.patch \
|
|
file://0001-dont-setup-compiler-flags-m32-m64.patch \
|
|
file://0001-revert-cease-dependence-on-range.patch \
|
|
file://0001-added-typedef-executor_type.patch \
|
|
"
|