gcc-for-nvcc: update to gcc 10.3.0

imported from OE-Core hardknott, and rename the
recipes to be 'gcc-for-nvcc' instead of including
a repeat of the major version number.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-07-22 06:35:45 -07:00
parent 512eab93cf
commit 56e0e9ba94
92 changed files with 9890 additions and 2636 deletions

View File

@@ -1,2 +1,2 @@
RDEPENDS:${PN}:append:tegra = " libgcc-8-dev gcc-8-runtime-dev"
RDEPENDS:${PN}:append:tegra = " libgcc-for-nvcc-dev gcc-for-nvcc-runtime-dev"
PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"

View File

@@ -1 +1 @@
RDEPENDS:${PN}:append:tegra = " gcc-8-cross-canadian-${TRANSLATED_TARGET_ARCH}"
RDEPENDS:${PN}:append:tegra = " gcc-for-nvcc-cross-canadian-${TRANSLATED_TARGET_ARCH}"