[packages/gcc/GCC_11] - simplified configure bconds

qboosh qboosh at pld-linux.org
Thu Apr 3 20:40:47 CEST 2025


commit d7f6e155b8da64ebed27f77058cc48c2aa0d4a20
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Apr 3 20:28:19 2025 +0200

    - simplified configure bconds

 gcc.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 0f12b0d..5dedce8 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -2651,7 +2651,7 @@ TEXCONFIG=false \
 	--infodir=%{_infodir} \
 	--mandir=%{_mandir} \
 	--x-libraries=%{_libdir} \
-	--%{?with_bootstrap:en}%{!?with_bootstrap:dis}able-bootstrap \
+	--enable-bootstrap%{!?with_bootstrap:=no} \
 	--disable-build-with-cxx \
 	--disable-build-poststage1-with-cxx \
 	--enable-c99 \
@@ -2666,7 +2666,7 @@ TEXCONFIG=false \
 	--enable-initfini-array \
 	--disable-isl-version-check \
 	--enable-languages="c%{?with_cxx:,c++}%{?with_d:,d}%{?with_fortran:,fortran}%{?with_objc:,objc}%{?with_objcxx:,obj-c++}%{?with_ada:,ada}%{?with_go:,go}" \
-	--%{?with_gomp:en}%{!?with_gomp:dis}able-libgomp \
+	--enable-libgomp%{!?with_gomp:=no} \
 	--enable-libitm \
 	--enable-linker-build-id \
 	--enable-linux-futex \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gcc.git/commitdiff/d7f6e155b8da64ebed27f77058cc48c2aa0d4a20



More information about the pld-cvs-commit mailing list