forked from len0rd/rockbox
fix the m68k crosscompiler build for FreeBSD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16856 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
82c52302bd
commit
80f05233eb
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ case $1 in
|
||||||
target="m68k-elf"
|
target="m68k-elf"
|
||||||
gccver="3.4.6"
|
gccver="3.4.6"
|
||||||
case $system in
|
case $system in
|
||||||
CYGWIN* | Darwin)
|
CYGWIN* | Darwin | FreeBSD)
|
||||||
gccpatch="gcc-3.4.6.patch"
|
gccpatch="gcc-3.4.6.patch"
|
||||||
;;
|
;;
|
||||||
Linux)
|
Linux)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue