mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
gcc-4.6: Update to match gcc restructing in OE-Core
The include file infra in gcc recipes recieved an overhaul on OE-Core. This patch matches the toolchain layer recipes to use the new include files Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
0879762ec4
commit
9f26a42638
|
|
@ -2,22 +2,3 @@ inherit cross-canadian
|
|||
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-cross-canadian.inc
|
||||
require recipes-devtools/gcc/gcc-configure-sdk.inc
|
||||
require recipes-devtools/gcc/gcc-package-sdk.inc
|
||||
|
||||
DEPENDS += "nativesdk-gmp nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils"
|
||||
RDEPENDS_${PN} += "nativesdk-mpfr nativesdk-libmpc nativesdk-elfutils"
|
||||
|
||||
SYSTEMHEADERS = "/usr/include"
|
||||
SYSTEMLIBS = "/lib/"
|
||||
SYSTEMLIBS1 = "/usr/lib/"
|
||||
|
||||
EXTRA_OECONF += "--disable-libunwind-exceptions --disable-libssp \
|
||||
--disable-libgomp --disable-libmudflap \
|
||||
--with-mpfr=${STAGING_DIR_HOST}${layout_exec_prefix} \
|
||||
--with-mpc=${STAGING_DIR_HOST}${layout_exec_prefix}"
|
||||
|
||||
# to find libmpfr
|
||||
# export LD_LIBRARY_PATH = "{STAGING_DIR_HOST}${layout_exec_prefix}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
|
|
|||
|
|
@ -1,8 +1,2 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-cross4.inc
|
||||
|
||||
EXTRA_OECONF += "--disable-libunwind-exceptions \
|
||||
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
|
||||
--with-system-zlib "
|
||||
|
||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
||||
require recipes-devtools/gcc/gcc-cross.inc
|
||||
|
|
|
|||
|
|
@ -1,8 +1,2 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-configure-runtime.inc
|
||||
require recipes-devtools/gcc/gcc-package-runtime.inc
|
||||
|
||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
||||
|
||||
EXTRA_OECONF += "--disable-libunwind-exceptions"
|
||||
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"
|
||||
require recipes-devtools/gcc/gcc-runtime.inc
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require recipes-devtools/gcc/gcc-configure-target.inc
|
||||
require recipes-devtools/gcc/gcc-package-target.inc
|
||||
|
||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
|
||||
require recipes-devtools/gcc/gcc-target.inc
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user