summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 08:41:02 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 08:41:02 +0000
commiteb37ca792af9bcfde189d343d8afb89c52fc0706 (patch)
tree7727c90b29efd487228b58d58b8cc905e25f40b0 /tools/configure
parent0d472c457bf1567f556e11fbd744ce0710901098 (diff)
downloadrockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.tar.gz
rockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.zip
Escaped the comma in the iriver GCCOPTS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index 2782a526f5..c97f4a3d3a 100755
--- a/tools/configure
+++ b/tools/configure
@@ -35,7 +35,7 @@ coldfirecc () {
35 AR=m68k-elf-ar 35 AR=m68k-elf-ar
36 AS=m68k-elf-as 36 AS=m68k-elf-as
37 OC=m68k-elf-objcopy 37 OC=m68k-elf-objcopy
38 GCCOPTS="$CCOPTS -m5200 -Wa,-m5249" 38 GCCOPTS="$CCOPTS -m5200 -Wa\,-m5249"
39 GCCOPTIMIZE="-fomit-frame-pointer" 39 GCCOPTIMIZE="-fomit-frame-pointer"
40} 40}
41 41