summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2009-07-29 14:31:17 +0000
committerBjörn Stenberg <bjorn@haxx.se>2009-07-29 14:31:17 +0000
commite30f1e83c495727d2ecd108c225499c79e467ca8 (patch)
treee73d5819cb7ebadb458a19e9d3c22f304afc7296
parent37dd46e92f776c1bc4ee83fdcaceb8d5e15fb5c8 (diff)
downloadrockbox-e30f1e83c495727d2ecd108c225499c79e467ca8.tar.gz
rockbox-e30f1e83c495727d2ecd108c225499c79e467ca8.zip
Make gcc use -pipe instead of temporary files.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22084 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 946cbdac75..b23d40ed50 100755
--- a/tools/configure
+++ b/tools/configure
@@ -9,7 +9,7 @@
9# 9#
10 10
11# global CC options for all platforms 11# global CC options for all platforms
12CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes" 12CCOPTS="-W -Wall -Wundef -O -nostdlib -ffreestanding -Wstrict-prototypes -pipe"
13 13
14use_logf="#undef ROCKBOX_HAS_LOGF" 14use_logf="#undef ROCKBOX_HAS_LOGF"
15 15