aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-10 10:58:06 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2006-11-10 10:58:06 +0000
commit6712666775f7c271c1de74a5bfb67d349d481513 (patch)
tree101f0ad7574515b70a0b4229b5ad3302aef87755
parentd391d69cb618047a8cf80b6c4e2a4f8504157801 (diff)
downloadrpm-setup-6712666775f7c271c1de74a5bfb67d349d481513.tar
rpm-setup-6712666775f7c271c1de74a5bfb67d349d481513.tar.gz
rpm-setup-6712666775f7c271c1de74a5bfb67d349d481513.tar.bz2
rpm-setup-6712666775f7c271c1de74a5bfb67d349d481513.tar.xz
rpm-setup-6712666775f7c271c1de74a5bfb67d349d481513.zip
Use -mtune=generic by default now
-rw-r--r--rpmrc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmrc.in b/rpmrc.in
index a39be2b..55b4ca9 100644
--- a/rpmrc.in
+++ b/rpmrc.in
@@ -8,7 +8,7 @@
optflags: i386 %{__common_cflags} -fomit-frame-pointer -march=i386 -fasynchronous-unwind-tables
optflags: i486 %{__common_cflags} -fomit-frame-pointer -march=i486 -fasynchronous-unwind-tables
optflags: k6 %{__common_cflags} -fomit-frame-pointer -march=k6 -fasynchronous-unwind-tables
-optflags: i586 %{__common_cflags} -fomit-frame-pointer -march=i586 -mtune=pentiumpro -fasynchronous-unwind-tables
+optflags: i586 %{__common_cflags} -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables
optflags: i686 %{__common_cflags} -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables
optflags: athlon %{__common_cflags} -fomit-frame-pointer -march=athlon -fasynchronous-unwind-tables
optflags: ia64 %{__common_cflags}