summaryrefslogtreecommitdiff
path: root/eclass/toolchain.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-16 19:42:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-16 19:42:08 +0100
commitdada2d5b0b1d7e87f9c3ebe4b31ca9b4f4b2ed62 (patch)
tree13f8ae66d8cf83c150ffe3bb20472348b9f65b09 /eclass/toolchain.eclass
parentbc501129c389446f47e98f759f8bb140966240af (diff)
gentoo auto-resync : 16:06:2023 - 19:42:08
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass3
1 files changed, 0 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3578ac7f44ec..3013e5c9aeca 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -22,7 +22,6 @@ _TOOLCHAIN_ECLASS=1
DESCRIPTION="The GNU Compiler Collection"
HOMEPAGE="https://gcc.gnu.org/"
-[[ ${EAPI} == 7 ]] && inherit eutils
inherit edo flag-o-matic gnuconfig libtool multilib pax-utils toolchain-funcs prefix
tc_is_live() {
@@ -61,7 +60,6 @@ is_crosscompile() {
[[ ${CHOST} != ${CTARGET} ]]
}
-
# @FUNCTION: tc_version_is_at_least
# @USAGE: ver1 [ver2]
# @DESCRIPTION:
@@ -927,7 +925,6 @@ toolchain_src_configure() {
# ;;
# esac
-
### Cross-compiler options
if is_crosscompile ; then
# Enable build warnings by default with cross-compilers when system