commit:     19458d996a18e60b9d80d0a8ff94ed49d870e0be
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 06:36:16 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 06:36:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=19458d99

toolchain.eclass: fix merge error

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 eclass/toolchain.eclass | 1 +
 1 file changed, 1 insertion(+)

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}" )

Reply via email to