diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 10:58:06 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 10:58:06 +0000 |
commit | 6712666775f7c271c1de74a5bfb67d349d481513 (patch) | |
tree | 101f0ad7574515b70a0b4229b5ad3302aef87755 | |
parent | d391d69cb618047a8cf80b6c4e2a4f8504157801 (diff) | |
download | rpm-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |