- tftp_send_optack() was not 64-bit clean (patch from SF bug #1787500)
[bochs-mirror.git] / .conf.win32-cygwin
blob6c6ff7f1e45482ec86594cb07a796af321ab217e
1 #!/bin/sh
3 # These are the steps I typically use to configure and compile Bochs
4 # on a Win32 system with cygwin (v.20.1)
7 CC="gcc"
8 CXX="g++"
9 CFLAGS="-O3 -Wall -Wno-format -march=pentium"
10 CXXFLAGS="$CFLAGS"
12 export CC
13 export CXX
14 export CFLAGS
15 export CXXFLAGS
17 ./configure --enable-sb16 \
18 --enable-ne2000 \
19 --enable-all-optimizations \
20 --enable-cpu-level=6 \
21 --enable-sse=1 \
22 --enable-pci \
23 --enable-clgd54xx \
24 --enable-usb \
25 --enable-save-restore \
26 --with-win32 --with-rfb --with-nogui