1
0
Fork 0
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:
Marcoen Hirschberg 2008-03-28 00:00:46 +00:00
parent 82c52302bd
commit 80f05233eb

View file

@ -147,7 +147,7 @@ case $1 in
target="m68k-elf"
gccver="3.4.6"
case $system in
CYGWIN* | Darwin)
CYGWIN* | Darwin | FreeBSD)
gccpatch="gcc-3.4.6.patch"
;;
Linux)