commit d95acf3ce68774b93f97a74d170c260ff8e40641
Author: Jan Palus <at...@pld-linux.org>
Date:   Tue Feb 1 10:52:14 2022 +0100

    -fcommon -fno-tree-dse no longer necessary

 openjdk11.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/openjdk11.spec b/openjdk11.spec
index 3133e11..df816b1 100644
--- a/openjdk11.spec
+++ b/openjdk11.spec
@@ -372,8 +372,8 @@ chmod a+x configure
 %configure \
        %{?with_zero:--with-jvm-variants=zero} \
        --with-boot-jdk="%{java_home}" \
-       --with-extra-cflags="%{rpmcppflags} %{rpmcflags} -fcommon 
-fno-tree-dse" \
-       --with-extra-cxxflags="%{rpmcppflags} %{rpmcxxflags} -fcommon 
-fno-tree-dse" \
+       --with-extra-cflags="%{rpmcppflags} %{rpmcflags}" \
+       --with-extra-cxxflags="%{rpmcppflags} %{rpmcxxflags}" \
        --with-extra-ldflags="%{rpmldflags}" \
        --with-jvm-features="%{?with_shenandoahgc:shenandoahgc}" \
        --with-native-debug-symbols=none \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openjdk11.git/commitdiff/d95acf3ce68774b93f97a74d170c260ff8e40641

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to