mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
- EAPI 7 -> 8 - filter_lto - patch away findprog which mixes clang and gnu toolchains. Instead use toolchain-funcs eclass - also symlink solib without version specifier since programs look for that more often Closes: https://bugs.gentoo.org/889070 Closes: https://bugs.gentoo.org/770838 Part-of: https://github.com/gentoo/gentoo/pull/44201 Closes: https://github.com/gentoo/gentoo/pull/44201 Signed-off-by: Alexander Puck Neuwirth <apn-pucky@gentoo.org>
18 lines
557 B
Diff
18 lines
557 B
Diff
--- a/configure 2025-10-16 17:14:09.657394288 +0200
|
|
+++ b/configure 2025-10-16 17:14:23.127386983 +0200
|
|
@@ -132,11 +132,11 @@
|
|
}
|
|
|
|
|
|
-findprog gcc CC gcc clang || exit 1
|
|
+#findprog gcc CC gcc clang || exit 1
|
|
|
|
-findprog g++ CXX g++ clang++ || exit 1
|
|
+#findprog g++ CXX g++ clang++ || exit 1
|
|
|
|
-findprog fortran FC ${CONF_REAL10:+gfortran} ${CONF_QUAD:+ifort gfortran xlf} ifort pgf90 xlf gfortran g95 f90 || exit 1
|
|
+#findprog fortran FC ${CONF_REAL10:+gfortran} ${CONF_QUAD:+ifort gfortran xlf} ifort pgf90 xlf gfortran g95 f90 || exit 1
|
|
|
|
CONF_DEF="-D"
|
|
|