1
0
Fork 0
forked from len0rd/rockbox

Make gcc use -pipe instead of temporary files.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22084 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2009-07-29 14:31:17 +00:00
parent 37dd46e92f
commit e30f1e83c4

2
tools/configure vendored
View file

@ -9,7 +9,7 @@
#
# global CC options for all platforms
CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes"
CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes -pipe"
use_logf="#undef ROCKBOX_HAS_LOGF"