mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
In an effort to clean up some of the license handling, correctly set the LICENSE of libgcc-initial to be the same as libgcc which has a GPLv3 exception. (From OE-Core rev: a3022665600bb3c08f8d4212ffa3516578e86d7c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
465 B
PHP
19 lines
465 B
PHP
require libgcc-common.inc
|
|
|
|
DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial"
|
|
|
|
LICENSE = "GPL-3.0-with-GCC-exception"
|
|
|
|
STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}"
|
|
STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${TARGET_ARCH}"
|
|
PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
|
|
|
|
PACKAGES = ""
|
|
|
|
EXTRA_OECONF += "--disable-shared"
|
|
|
|
LIBGCCBUILDTREENAME = "gcc-build-internal-initial-"
|
|
|
|
do_populate_sysroot[sstate-outputdirs] = "${STAGING_DIR_TCBOOTSTRAP}/"
|
|
|