From e30f1e83c495727d2ecd108c225499c79e467ca8 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 29 Jul 2009 14:31:17 +0000 Subject: 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 946cbdac75..b23d40ed50 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" -- cgit v1.2.3