summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2023-09-04 08:36:16 +0200
committerFabian Groffen <grobian@gentoo.org>2023-09-04 08:36:16 +0200
commit19458d996a18e60b9d80d0a8ff94ed49d870e0be (patch)
treecb2790581dc83ef69315678528f67b1e8564b9c4 /eclass
parenttoolchain.eclass: sync from gx86 (diff)
downloadprefix-19458d996a18e60b9d80d0a8ff94ed49d870e0be.tar.gz
prefix-19458d996a18e60b9d80d0a8ff94ed49d870e0be.tar.bz2
prefix-19458d996a18e60b9d80d0a8ff94ed49d870e0be.zip
toolchain.eclass: fix merge error
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/toolchain.eclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index ce62b7b81d..4d1d4f0030 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -990,6 +990,7 @@ toolchain_src_configure() {
nvptx*)
# "LTO is not supported for this target"
confgcc+=( --disable-lto )
+ ;;
# Prefix targets
*-apple-darwin*)
confgcc+=( --with-sysroot="${EPREFIX}${PREFIX}/${CTARGET}" )