From d116d882355f530dd7ce986be9431ec93b563003 Mon Sep 17 00:00:00 2001 From: zagor Date: Wed, 29 Jul 2009 14:31:17 +0000 Subject: [PATCH] Make gcc use -pipe instead of temporary files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22084 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure b/tools/configure index 946cbdac7..b23d40ed5 100755 --- a/tools/configure +++ b/tools/configure @@ -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" -- 2.11.4.GIT