1
0
Fork 0
forked from len0rd/rockbox

Interix also doesn't like the m68040.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18661 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-09-28 21:48:33 +00:00
parent 316b8b81a6
commit aa8a76b659

View file

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