mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
gcc-cross.inc: Move do_compile
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -9,3 +9,8 @@ do_stage () {
|
|||||||
|
|
||||||
require gcc-configure-cross.inc
|
require gcc-configure-cross.inc
|
||||||
require gcc-package-cross.inc
|
require gcc-package-cross.inc
|
||||||
|
|
||||||
|
do_compile () {
|
||||||
|
oe_runmake all-host
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -8,7 +8,3 @@ SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
|||||||
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
|
EXTRA_OECONF += "--disable-libunwind-exceptions --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native}"
|
||||||
|
|
||||||
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_DIR_TARGET}${target_includedir}"
|
||||||
|
|
||||||
do_compile () {
|
|
||||||
oe_runmake all-host
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user