From eb37ca792af9bcfde189d343d8afb89c52fc0706 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 8 Oct 2004 08:41:02 +0000 Subject: Escaped the comma in the iriver GCCOPTS git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5221 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/configure b/tools/configure index 2782a526f5..c97f4a3d3a 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" } -- cgit v1.2.3