projects
/
packages
/
openjdk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c0e7c81
)
jhsdb built only with serviceability agent (exclude from zero)
author
Jan Palus
<atler@pld-linux.org>
Mon, 31 Aug 2020 14:27:04 +0000
(16:27 +0200)
committer
Jan Palus
<atler@pld-linux.org>
Mon, 31 Aug 2020 14:36:54 +0000
(16:36 +0200)
openjdk9.spec
patch
|
blob
|
blame
|
history
diff --git
a/openjdk9.spec
b/openjdk9.spec
index 56c4260a243d203678b94a050a8573af0947f75b..56cab7d122e1c51fe9eacfd024bda11ddcadda37 100644
(file)
--- a/
openjdk9.spec
+++ b/
openjdk9.spec
@@
-11,6
+11,10
@@
%define with_aot 1
%endif
%define with_aot 1
%endif
+%ifarch x32
+%define with_zero 1
+%endif
+
# class data version seen with file(1) that this jvm is able to load
%define _classdataversion 53.0
# class data version seen with file(1) that this jvm is able to load
%define _classdataversion 53.0
@@
-427,9
+431,7
@@
chmod a+x configure
# disable-debug-symbols so openjdk debuginfo handling won't conflict with ours
%configure \
# disable-debug-symbols so openjdk debuginfo handling won't conflict with ours
%configure \
-%ifarch x32
- --with-jvm-variants=zero \
-%endif
+ %{?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-boot-jdk="%{java_home}" \
--with-extra-cflags="%{rpmcppflags} %{rpmcflags} -fcommon -fno-tree-dse" \
--with-extra-cxxflags="%{rpmcppflags} %{rpmcxxflags} -fcommon -fno-tree-dse" \
@@
-532,7
+534,7
@@
rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/jdb
%attr(755,root,root) %{_bindir}/jdeprscan
%attr(755,root,root) %{_bindir}/jdeps
%attr(755,root,root) %{_bindir}/jdb
%attr(755,root,root) %{_bindir}/jdeprscan
%attr(755,root,root) %{_bindir}/jdeps
-%
attr(755,root,root) %{_bindir}/jhsdb
+%
{!?with_zero:%attr(755,root,root) %{_bindir}/jhsdb}
%attr(755,root,root) %{_bindir}/jimage
%attr(755,root,root) %{_bindir}/jinfo
%attr(755,root,root) %{_bindir}/jlink
%attr(755,root,root) %{_bindir}/jimage
%attr(755,root,root) %{_bindir}/jinfo
%attr(755,root,root) %{_bindir}/jlink
@@
-610,7
+612,7
@@
rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{dstdir}/bin/jdb
%attr(755,root,root) %{dstdir}/bin/jdeprscan
%attr(755,root,root) %{dstdir}/bin/jdeps
%attr(755,root,root) %{dstdir}/bin/jdb
%attr(755,root,root) %{dstdir}/bin/jdeprscan
%attr(755,root,root) %{dstdir}/bin/jdeps
-%
attr(755,root,root) %{dstdir}/bin/jhsdb
+%
{!?with_zero:%attr(755,root,root) %{dstdir}/bin/jhsdb}
%attr(755,root,root) %{dstdir}/bin/jimage
%attr(755,root,root) %{dstdir}/bin/jinfo
%attr(755,root,root) %{dstdir}/bin/jlink
%attr(755,root,root) %{dstdir}/bin/jimage
%attr(755,root,root) %{dstdir}/bin/jinfo
%attr(755,root,root) %{dstdir}/bin/jlink
@@
-729,9
+731,7
@@
rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{dstdir}/lib/libmlib_image.so
%attr(755,root,root) %{dstdir}/lib/libnet.so
%attr(755,root,root) %{dstdir}/lib/libnio.so
%attr(755,root,root) %{dstdir}/lib/libmlib_image.so
%attr(755,root,root) %{dstdir}/lib/libnet.so
%attr(755,root,root) %{dstdir}/lib/libnio.so
-%ifnarch x32
-%attr(755,root,root) %{dstdir}/lib/libsaproc.so
-%endif
+%{!?with_zero:%attr(755,root,root) %{dstdir}/lib/libsaproc.so}
%{?with_sunec:%attr(755,root,root) %{dstdir}/lib/libsunec.so}
%attr(755,root,root) %{dstdir}/lib/libunpack.so
%attr(755,root,root) %{dstdir}/lib/libverify.so
%{?with_sunec:%attr(755,root,root) %{dstdir}/lib/libsunec.so}
%attr(755,root,root) %{dstdir}/lib/libunpack.so
%attr(755,root,root) %{dstdir}/lib/libverify.so
This page took
0.106408 seconds
and
4
git commands to generate.