From 861519337b6e5e986c3c4b8ba253e8339caf0805 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 16 Oct 2020 12:26:10 +0200 Subject: tune-supersparc.inc: remove * it doesn't seem actively used * last change in this file was: commit 3a3c69a1bc3cf0b6f6a3b13d86c12ed21798d48e Author: Richard Purdie Date: Fri Jul 22 15:13:03 2011 +0100 conf/machine/include: Set TUNE_CCARGS instead of TARGET_CC_ARCH but it was probably broken long before that * it was never migrated to use DEFAULTTUNE mechanism, currently failing with: scripts/tune/log.fake-supersparc: Error, the PACKAGE_ARCHS variable (all any noarch ${PACKAGE_EXTRA_ARCHS_tune-${DEFAULTTUNE}} fake_supersparc) for DEFAULTTUNE (None) does not contain TUNE_PKGARCH (supersparc).Toolchain tunings invalid: Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-supersparc.inc | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 meta/conf/machine/include/tune-supersparc.inc (limited to 'meta') diff --git a/meta/conf/machine/include/tune-supersparc.inc b/meta/conf/machine/include/tune-supersparc.inc deleted file mode 100644 index 0faa361f18..0000000000 --- a/meta/conf/machine/include/tune-supersparc.inc +++ /dev/null @@ -1,4 +0,0 @@ -TUNE_ARCH = "sparc" - -TUNE_CCARGS = "-mcpu=supersparc" -TUNE_PKGARCH = "supersparc" -- cgit 1.2.3-korg