4.0.4-alt72

- rpmrc.in: Use -mtune=i686 instead of -mtune=generic for i[3456]86
  (same as generic in gcc4.1, better backwards compatibility).
This commit is contained in:
Дмитрий Левин 2007-01-11 14:36:35 +00:00
parent 94a5f49889
commit 501f22adb7

View File

@ -4,7 +4,7 @@
Name: %rpm_name
Version: %rpm_version
Release: alt71
Release: alt72
%define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}}
%define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown')
@ -522,6 +522,10 @@ fi
%endif #with contrib
%changelog
* Thu Jan 11 2007 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt72
- rpmrc.in: Use -mtune=i686 instead of -mtune=generic for i[3456]86
(same as generic in gcc4.1, better backwards compatibility).
* Thu Jan 11 2007 Dmitry V. Levin <ldv@altlinux.org> 4.0.4-alt71
- platform.in: Changed %%optflags_kernel to %%nil.
- rpmrc.in: Changed %%optflags_default to use -mtune=generic