diff options
author | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 11:08:22 +0000 |
---|---|---|
committer | Gwenolé Beauchesne <gbeauchesne@mandriva.org> | 2006-11-10 11:08:22 +0000 |
commit | 3f5b07fae27652a6a1d0f74432324f2483d45ad3 (patch) | |
tree | 42f501a593ad7642a66940ded4b7e70aff033dcf /rpmrc.in | |
parent | 6712666775f7c271c1de74a5bfb67d349d481513 (diff) | |
download | rpm-setup-3f5b07fae27652a6a1d0f74432324f2483d45ad3.tar rpm-setup-3f5b07fae27652a6a1d0f74432324f2483d45ad3.tar.gz rpm-setup-3f5b07fae27652a6a1d0f74432324f2483d45ad3.tar.bz2 rpm-setup-3f5b07fae27652a6a1d0f74432324f2483d45ad3.tar.xz rpm-setup-3f5b07fae27652a6a1d0f74432324f2483d45ad3.zip |
optimize for cell
Diffstat (limited to 'rpmrc.in')
-rw-r--r-- | rpmrc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ optflags: m68k %{__common_cflags} -fomit-frame-pointer optflags: ppc %{__common_cflags} -fsigned-char -mcpu=750 -mtune=7450 optflags: ppciseries %{__common_cflags} -fsigned-char optflags: ppcpseries %{__common_cflags} -fsigned-char -optflags: ppc64 %{__common_cflags} -fsigned-char +optflags: ppc64 %{__common_cflags} -fsigned-char -mcpu=power4 -mtune=cell optflags: parisc %{__common_cflags} -mpa-risc-1-0 optflags: hppa1.0 %{__common_cflags} -mpa-risc-1-0 |