mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
gcc-4.8: Add recipes
(From OE-Core rev: c850415a1bdbb9268114d90fd0fc4cb3479de9c5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
14
meta/recipes-devtools/gcc/gcc-cross_4.8.bb
Normal file
14
meta/recipes-devtools/gcc/gcc-cross_4.8.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||
require gcc-cross4.inc
|
||||
|
||||
EXTRA_OECONF += "--disable-libunwind-exceptions \
|
||||
--with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \
|
||||
--with-system-zlib "
|
||||
|
||||
EXTRA_OECONF_PATHS = " \
|
||||
--with-gxx-include-dir=${STAGING_DIR_TARGET}${target_includedir}/c++ \
|
||||
--with-sysroot=${STAGING_DIR_TARGET} \
|
||||
--with-build-sysroot=${STAGING_DIR_TARGET}"
|
||||
|
||||
|
||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
||||
Reference in New Issue
Block a user