blob: 950ad861e7ece5ac294e23061aa534e892536877 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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-${SDK_SYS}"
PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
PACKAGES = ""
EXTRA_OECONF += "--disable-shared"
COMPILERINITIAL = "-initial"
inherit nopackages
# We really only want this built by things that need it, not any recrdeptask
deltask do_build
|