forked from len0rd/rockbox
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
This commit is contained in:
parent
9a1469f3b5
commit
db4737a18f
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"
|
||||
GCCOPTS="$CCOPTS -m5200 -Wa,-m5249"
|
||||
GCCOPTIMIZE="-fomit-frame-pointer"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue