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:
parent
0d472c457b
commit
eb37ca792a
1 changed files with 1 additions and 1 deletions
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue