Escaped the comma in the iriver GCCOPTS

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-10-08 08:41:02 +00:00
parent 0d472c457b
commit eb37ca792a

2
tools/configure vendored
View file

@ -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"
}