]> git.pld-linux.org Git - packages/openjdk11.git/commitdiff
-fcommon -fno-tree-dse no longer necessary
authorJan Palus <atler@pld-linux.org>
Tue, 1 Feb 2022 09:52:14 +0000 (10:52 +0100)
committerJan Palus <atler@pld-linux.org>
Tue, 1 Feb 2022 09:52:14 +0000 (10:52 +0100)
openjdk11.spec

index 3133e11cabe645525244f6c790b6cdd8a69f8439..df816b1cd0906a4ef2ace93bb4998d8611dd7a1e 100644 (file)
@@ -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 \
This page took 0.230482 seconds and 4 git commands to generate.