new version
This commit is contained in:
parent
f41aa8c35f
commit
6eb38ebaff
@ -1,6 +1,6 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.33
|
Version: 8.0.34
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
@ -35,6 +35,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 9 2005 Elliot Lee <sopwith@redhat.com> 8.0.33-1
|
||||||
- Change -D to -Wp,-D to make java happy
|
- Change -D to -Wp,-D to make java happy
|
||||||
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)
|
- Add -D_FORTIFY_SOURCE=2 to global cflags (as per Jakub & Arjan's request)
|
||||||
|
12
rpmrc
12
rpmrc
@ -1,12 +1,12 @@
|
|||||||
include: /usr/lib/rpm/rpmrc
|
include: /usr/lib/rpm/rpmrc
|
||||||
|
|
||||||
optflags: i386 %{__global_cflags} -m32 -march=i386 -mtune=pentium4
|
optflags: i386 %{__global_cflags} -m32 -march=i386 -mtune=pentium4 -fexceptions -fasynchronous-unwind-tables
|
||||||
optflags: i486 %{__global_cflags} -m32 -march=i486
|
optflags: i486 %{__global_cflags} -m32 -march=i486 -fexceptions -fasynchronous-unwind-tables
|
||||||
optflags: i586 %{__global_cflags} -m32 -march=i586
|
optflags: i586 %{__global_cflags} -m32 -march=i586 -fexceptions -fasynchronous-unwind-tables
|
||||||
optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=pentium4
|
optflags: i686 %{__global_cflags} -m32 -march=i686 -mtune=pentium4 -fexceptions -fasynchronous-unwind-tables
|
||||||
optflags: athlon %{__global_cflags} -m32 -march=athlon
|
optflags: athlon %{__global_cflags} -m32 -march=athlon -fexceptions -fasynchronous-unwind-tables
|
||||||
optflags: ia64 %{__global_cflags}
|
optflags: ia64 %{__global_cflags}
|
||||||
optflags: x86_64 %{__global_cflags} -m64
|
optflags: x86_64 %{__global_cflags} -m64 -march=nocona
|
||||||
|
|
||||||
optflags: alpha %{__global_cflags} -mieee
|
optflags: alpha %{__global_cflags} -mieee
|
||||||
optflags: alphaev5 %{__global_cflags} -mieee -mcpu=ev5
|
optflags: alphaev5 %{__global_cflags} -mieee -mcpu=ev5
|
||||||
|
Loading…
Reference in New Issue
Block a user