Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require libgcc-common.inc |
| 2 | |
| 3 | DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial" |
| 4 | |
| 5 | LICENSE = "GPL-3.0-with-GCC-exception" |
| 6 | |
| 7 | STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" |
Patrick Williams | c0f7c04 | 2017-02-23 20:41:17 -0600 | [diff] [blame] | 8 | STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 9 | PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" |
| 10 | |
| 11 | PACKAGES = "" |
| 12 | |
| 13 | EXTRA_OECONF += "--disable-shared" |
| 14 | |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 15 | COMPILERINITIAL = "-initial" |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 16 | |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 17 | inherit nopackages |
Brad Bishop | 6e60e8b | 2018-02-01 10:27:11 -0500 | [diff] [blame] | 18 | |
| 19 | # We really only want this built by things that need it, not any recrdeptask |
| 20 | deltask do_build |