summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 05:24:14 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-10-08 05:24:14 +0000
commitdb4737a18f9402b6b5c39ad19f483019c32a55bf (patch)
treef7fe53d65aaf3ccd527e0cc91ec9b14ce4a6b9b2 /tools
parent9a1469f3b5bc163539c8660d08d11de71e74f365 (diff)
downloadrockbox-db4737a18f9402b6b5c39ad19f483019c32a55bf.tar.gz
rockbox-db4737a18f9402b6b5c39ad19f483019c32a55bf.zip
Pass correct architecture type to the assembler for the Coldfire build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5216 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure
index e7d99e06a6..2782a526f5 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"
+ GCCOPTS="$CCOPTS -m5200 -Wa,-m5249"
GCCOPTIMIZE="-fomit-frame-pointer"
}