With gcc 4.9 aarch64 now supports stack-protector
This commit is contained in:
parent
82a41dfa6a
commit
f60ba57637
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Summary: Red Hat specific rpm configuration files
|
Summary: Red Hat specific rpm configuration files
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 19
|
Version: 20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
# No version specified.
|
# No version specified.
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -109,7 +109,6 @@ install -p -m 644 -t %{buildroot}%{_fileattrsdir} *.attr
|
|||||||
install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
|
||||||
%dir %{rrcdir}
|
%dir %{rrcdir}
|
||||||
%{rrcdir}/macros
|
%{rrcdir}/macros
|
||||||
%{rrcdir}/rpmrc
|
%{rrcdir}/rpmrc
|
||||||
@ -136,6 +135,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov
|
|||||||
%{_rpmconfigdir}/macros.d/macros.kmp
|
%{_rpmconfigdir}/macros.d/macros.kmp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 29 2014 Peter Robinson <pbrobinson@fedoraproject.org> 20-1
|
||||||
|
- With gcc 4.9 aarch64 now supports stack-protector
|
||||||
|
|
||||||
* Sun Apr 27 2014 Ville Skyttä <ville.skytta@iki.fi> - 19-1
|
* Sun Apr 27 2014 Ville Skyttä <ville.skytta@iki.fi> - 19-1
|
||||||
- Drop bunch of duplicated-with-rpm macro definitions and brp-* scripts
|
- Drop bunch of duplicated-with-rpm macro definitions and brp-* scripts
|
||||||
|
|
||||||
|
2
rpmrc
2
rpmrc
@ -65,7 +65,7 @@ optflags: hades %{__global_cflags}
|
|||||||
optflags: s390 %{__global_cflags} -m31 -march=z9-109 -mtune=z10
|
optflags: s390 %{__global_cflags} -m31 -march=z9-109 -mtune=z10
|
||||||
optflags: s390x %{__global_cflags} -m64 -march=z9-109 -mtune=z10
|
optflags: s390x %{__global_cflags} -m64 -march=z9-109 -mtune=z10
|
||||||
|
|
||||||
optflags: aarch64 %{__global_cflags} -fno-stack-protector
|
optflags: aarch64 %{__global_cflags}
|
||||||
|
|
||||||
# set build arch to fedora buildarches on hardware capable of running it
|
# set build arch to fedora buildarches on hardware capable of running it
|
||||||
# saves having to do rpmbuild --target=
|
# saves having to do rpmbuild --target=
|
||||||
|
Loading…
Reference in New Issue
Block a user