diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-08 08:41:02 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-08 08:41:02 +0000 |
| commit | eb37ca792af9bcfde189d343d8afb89c52fc0706 (patch) | |
| tree | 7727c90b29efd487228b58d58b8cc905e25f40b0 /tools | |
| parent | 0d472c457bf1567f556e11fbd744ce0710901098 (diff) | |
| download | rockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.zip rockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.tar.gz rockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.tar.bz2 rockbox-eb37ca792af9bcfde189d343d8afb89c52fc0706.tar.xz | |
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')
| -rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 2782a52..c97f4a3 100755 --- a/tools/configure +++ b/tools/configure @@ -35,7 +35,7 @@ coldfirecc () { AR=m68k-elf-ar AS=m68k-elf-as OC=m68k-elf-objcopy - GCCOPTS="$CCOPTS -m5200 -Wa,-m5249" + GCCOPTS="$CCOPTS -m5200 -Wa\,-m5249" GCCOPTIMIZE="-fomit-frame-pointer" } |