disable global lto
This commit is contained in:
parent
a3f34a93af
commit
00d9b9209e
@ -22,6 +22,9 @@
|
|||||||
# Enable release builds by default on relevant arches.
|
# Enable release builds by default on relevant arches.
|
||||||
%bcond_without release
|
%bcond_without release
|
||||||
|
|
||||||
|
# Disable global LTO
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
# The -g flag says to use strip -g instead of full strip on DSOs or EXEs.
|
||||||
# This fixes detailed NMT and other tools which need minimal debug info.
|
# This fixes detailed NMT and other tools which need minimal debug info.
|
||||||
%global _find_debuginfo_opts -g
|
%global _find_debuginfo_opts -g
|
||||||
@ -917,7 +920,7 @@ Provides: java-src%{?1} = %{epoch}:%{version}-%{release}
|
|||||||
|
|
||||||
Name: java-%{javaver}-%{origin}
|
Name: java-%{javaver}-%{origin}
|
||||||
Version: %{newjavaver}.%{buildver}
|
Version: %{newjavaver}.%{buildver}
|
||||||
Release: 3
|
Release: 4
|
||||||
|
|
||||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons
|
||||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||||
@ -1986,6 +1989,9 @@ cjc.mainProgram(args) -- the returns from copy_jdk_configs.lua should not affect
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 26 2025 Whitney33 <shangqianli1@huawei.com> - 1:17.0.14.7-4
|
||||||
|
- fix condigure arguments, disable global lto
|
||||||
|
|
||||||
* Wed Mar 19 2025 swcompiler <lc@wxiat.cn> - 1:17.0.14.7-3
|
* Wed Mar 19 2025 swcompiler <lc@wxiat.cn> - 1:17.0.14.7-3
|
||||||
- add sw64 architecture support to 17.0.14.7
|
- add sw64 architecture support to 17.0.14.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user