mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
17 lines
330 B
PHP
17 lines
330 B
PHP
inherit cross
|
|
|
|
DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc ${NATIVEDEPS}"
|
|
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
|
|
|
|
do_stage () {
|
|
use_do_install_for_stage
|
|
}
|
|
|
|
require gcc-configure-cross.inc
|
|
require gcc-package-cross.inc
|
|
|
|
do_compile () {
|
|
oe_runmake all-host
|
|
}
|
|
|