fix sparc optflags
This commit is contained in:
parent
7f2427d0a1
commit
5f2203dede
18
rpm-4.4.2.3-rc1-sparc-mcpu.patch
Normal file
18
rpm-4.4.2.3-rc1-sparc-mcpu.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff -up rpm-4.4.2.3-rc1/rpmrc.in.BAD rpm-4.4.2.3-rc1/rpmrc.in
|
||||||
|
--- rpm-4.4.2.3-rc1/rpmrc.in.BAD 2008-03-27 10:49:49.000000000 -0500
|
||||||
|
+++ rpm-4.4.2.3-rc1/rpmrc.in 2008-03-27 10:50:27.000000000 -0500
|
||||||
|
@@ -37,10 +37,10 @@ optflags: alphaev67 -O2 -g -mieee -march
|
||||||
|
|
||||||
|
optflags: sparc -O2 -g -m32 -mtune=ultrasparc
|
||||||
|
optflags: sparcv8 -O2 -g -m32 -mtune=ultrasparc -mv8
|
||||||
|
-optflags: sparcv9 -O2 -g -m32 -march=ultrasparc
|
||||||
|
-optflags: sparcv9v -O2 -g -m32 -march=niagara
|
||||||
|
-optflags: sparc64 -O2 -g -m64 -march=ultrasparc
|
||||||
|
-optflags: sparc64v -O2 -g -m64 -march=niagara
|
||||||
|
+optflags: sparcv9 -O2 -g -m32 -mcpu=ultrasparc
|
||||||
|
+optflags: sparcv9v -O2 -g -m32 -mcpu=niagara
|
||||||
|
+optflags: sparc64 -O2 -g -m64 -mcpu=ultrasparc
|
||||||
|
+optflags: sparc64v -O2 -g -m64 -mcpu=niagara
|
||||||
|
|
||||||
|
optflags: m68k -O2 -g -fomit-frame-pointer
|
||||||
|
|
7
rpm.spec
7
rpm.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: The RPM package management system
|
Summary: The RPM package management system
|
||||||
Name: rpm
|
Name: rpm
|
||||||
Version: 4.4.2.3
|
Version: 4.4.2.3
|
||||||
Release: 0.3.rc1
|
Release: 0.4.rc1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.rpm.org/
|
Url: http://www.rpm.org/
|
||||||
Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}-rc1.tar.gz
|
Source: http://rpm.org/releases/rpm-4.4.x/%{name}-%{version}-rc1.tar.gz
|
||||||
@ -25,6 +25,8 @@ Patch12: rpm-4.4.2.3-no-order-rescan-limit.patch
|
|||||||
|
|
||||||
Patch50: rpm-4.4.2.3-geode-instplat.patch
|
Patch50: rpm-4.4.2.3-geode-instplat.patch
|
||||||
|
|
||||||
|
Patch51: rpm-4.4.2.3-rc1-sparc-mcpu.patch
|
||||||
|
|
||||||
# XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
|
# XXX Beware, this is one murky license, partially GPL/LGPL dual-licensed
|
||||||
# and several different components with their own licenses included...
|
# and several different components with their own licenses included...
|
||||||
# SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD and MIT and Sleepycat
|
# SourceLicense: (GPLv2+ and LGPLv2+ with exceptions) and BSD and MIT and Sleepycat
|
||||||
@ -401,6 +403,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> 4.4.2.3-0.4.rc1
|
||||||
|
- Fix sparc optflags
|
||||||
|
|
||||||
* Wed Mar 12 2008 Panu Matilainen <pmatilai@redhat.com> 4.4.2.3-0.3.rc1
|
* Wed Mar 12 2008 Panu Matilainen <pmatilai@redhat.com> 4.4.2.3-0.3.rc1
|
||||||
- Continue ordering loop elimination as long as progress is made (#437041)
|
- Continue ordering loop elimination as long as progress is made (#437041)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user