[packages/gcc/GCC_12] - simplified configure bconds
qboosh
qboosh at pld-linux.org
Thu Apr 3 20:39:54 CEST 2025
commit a353acdda8e2f591bc43c09cef2921c4a7bdd668
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Apr 3 20:27:18 2025 +0200
- simplified configure bconds
gcc.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcc.spec b/gcc.spec
index 2540c49..83b8446 100644
--- a/gcc.spec
+++ b/gcc.spec
@@ -2611,7 +2611,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 \
@@ -2626,7 +2626,7 @@ TEXCONFIG=false \
--enable-initfini-array \
--disable-isl-version-check \
--enable-languages="c%{?with_cxx:,c++}%{?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/a353acdda8e2f591bc43c09cef2921c4a7bdd668
More information about the pld-cvs-commit
mailing list