mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gcc-target: Combine gcc-target-configure.inc, gcc-target-package.inc and other common code
(From OE-Core rev: 86bbe5b7b8e8f0c6ee88888fa083053ae14765c4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,8 +0,0 @@
|
|||||||
GCCMULTILIB = "--enable-multilib"
|
|
||||||
require gcc-configure-common.inc
|
|
||||||
|
|
||||||
EXTRA_OECONF_PATHS = " \
|
|
||||||
--with-sysroot=/ \
|
|
||||||
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
|
||||||
--with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \
|
|
||||||
--with-gxx-include-dir=${includedir}/c++/ --enable-dependency-tracking"
|
|
||||||
+11
@@ -1,3 +1,14 @@
|
|||||||
|
GCCMULTILIB = "--enable-multilib"
|
||||||
|
require gcc-configure-common.inc
|
||||||
|
|
||||||
|
EXTRA_OECONF_PATHS = " \
|
||||||
|
--with-sysroot=/ \
|
||||||
|
--with-build-sysroot=${STAGING_DIR_TARGET} \
|
||||||
|
--with-native-system-header-dir=${STAGING_DIR_TARGET}${target_includedir} \
|
||||||
|
--with-gxx-include-dir=${includedir}/c++/ --enable-dependency-tracking"
|
||||||
|
|
||||||
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR} -I${B}/gcc/include/ "
|
||||||
|
|
||||||
PACKAGES = "\
|
PACKAGES = "\
|
||||||
${PN} ${PN}-plugins ${PN}-symlinks \
|
${PN} ${PN}-plugins ${PN}-symlinks \
|
||||||
g++ g++-symlinks \
|
g++ g++-symlinks \
|
||||||
@@ -1,5 +1,2 @@
|
|||||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||||
require gcc-configure-target.inc
|
require gcc-target.inc
|
||||||
require gcc-package-target.inc
|
|
||||||
|
|
||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR} -I${B}/gcc/include/ "
|
|
||||||
|
|||||||
@@ -1,5 +1,2 @@
|
|||||||
require recipes-devtools/gcc/gcc-${PV}.inc
|
require recipes-devtools/gcc/gcc-${PV}.inc
|
||||||
require gcc-configure-target.inc
|
require gcc-target.inc
|
||||||
require gcc-package-target.inc
|
|
||||||
|
|
||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR} -I${B}/gcc/include/ "
|
|
||||||
|
|||||||
Reference in New Issue
Block a user