diff options
-rw-r--r-- | rpmrc.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ optflags: sparc64 -O2 -m64 -mcpu=ultrasparc %{debugcflags} optflags: m68k -O2 %{debugcflags} -fomit-frame-pointer -optflags: ppc -O2 -fsigned-char -frename-registers -mcpu=750 -mtune=7450 -pipe %{debugcflags} +optflags: ppc -O2 -fsigned-char -mcpu=750 -mtune=7450 -pipe %{debugcflags} optflags: ppciseries -O2 %{debugcflags} -fsigned-char optflags: ppcpseries -O2 %{debugcflags} -fsigned-char optflags: ppc64 -O2 %{debugcflags} -fsigned-char |