powerpc: Omit -Os flag to avoid use of savegrp*

Signed-off-by: Thierry Fauck <tfauck@free.fr>

	modified:   stub/Makefile
This commit is contained in:
Thierry Fauck
2016-10-13 09:23:11 -04:00
committed by Markus F.X.J. Oberhumer
parent 2557de6c4e
commit 8fde05191a
+2 -2
View File
@@ -1221,7 +1221,7 @@ tmp/powerpc-darwin.macho-fold.o : $(srcdir)/src/$$T.S
$(call tc,f-objstrip,$@)
tmp/powerpc-darwin.macho-main.o : $(srcdir)/src/$$T.c
$(call tc,gcc) -c -Os $< -o $@
$(call tc,gcc) -c $< -o $@
$(call tc,f-objstrip,$@)
@@ -1266,7 +1266,7 @@ tmp/powerpc-linux.elf-fold.o : $(srcdir)/src/$$T.S
$(call tc,f-objstrip,$@)
tmp/powerpc-linux.elf-main.o : $(srcdir)/src/$$T.c
$(call tc,gcc) -c -Os $< -o $@
$(call tc,gcc) -c $< -o $@
$(call tc,f-objstrip,$@)