mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-26 08:32:20 +00:00
Enable ethernet on MacOS X even though slirp seems to have some small
problems on big endian systems. IOW, Basilisk II can hang there. I also noticed that on Linux/ppc so that's probably not MacOS X specific, assuming the same problem. ==> A packet arrives but Basilisk II can't seem to trigger an interrupt (need to try sheep_net/tun in linux to make sure)
This commit is contained in:
parent
84c9d99d18
commit
dab65b1211
@ -474,6 +474,7 @@ irix*)
|
|||||||
CFLAGS="$ocflags"
|
CFLAGS="$ocflags"
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
|
ETHERSRC=ether_unix.cpp
|
||||||
if [[ "x$ac_cv_framework_IOKit" = "xyes" ]]; then
|
if [[ "x$ac_cv_framework_IOKit" = "xyes" ]]; then
|
||||||
EXTRASYSSRCS="../MacOSX/sys_darwin.cpp"
|
EXTRASYSSRCS="../MacOSX/sys_darwin.cpp"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user