new version

This commit is contained in:
Elliot Lee 2005-03-23 19:52:10 +00:00
parent f41aa8c35f
commit 6eb38ebaff
2 changed files with 11 additions and 7 deletions

View File

@ -1,6 +1,6 @@
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
Version: 8.0.33
Version: 8.0.34
Release: 1
License: GPL
Group: Development/System
@ -35,6 +35,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Wed Mar 23 2005 Elliot Lee <sopwith@redhat.com> 8.0.34-1
- Bug fixes
- Cflags change by drepper
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
- Change -D to -Wp,-D to make java happy
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)

12
rpmrc
View File

@ -1,12 +1,12 @@
include: /usr/lib/rpm/rpmrc
optflags: i386 %{__global_cflags} -m32 -march=i386 -mtune=pentium4
optflags: i486 %{__global_cflags} -m32 -march=i486
optflags: i586 %{__global_cflags} -m32 -march=i586
optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=pentium4
optflags: athlon %{__global_cflags} -m32 -march=athlon
optflags: i386 %{__global_cflags} -m32 -march=i386 -mtune=pentium4 -fexceptions -fasynchronous-unwind-tables
optflags: i486 %{__global_cflags} -m32 -march=i486 -fexceptions -fasynchronous-unwind-tables
optflags: i586 %{__global_cflags} -m32 -march=i586 -fexceptions -fasynchronous-unwind-tables
optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=pentium4 -fexceptions -fasynchronous-unwind-tables
optflags: athlon %{__global_cflags} -m32 -march=athlon -fexceptions -fasynchronous-unwind-tables
optflags: ia64 %{__global_cflags}
optflags: x86_64 %{__global_cflags} -m64
optflags: x86_64 %{__global_cflags} -m64 -march=nocona
optflags: alpha %{__global_cflags} -mieee
optflags: alphaev5 %{__global_cflags} -mieee -mcpu=ev5