Bochs/bochs/.conf.nothing

19 lines
308 B
Plaintext
Raw Normal View History

2009-10-15 19:47:15 +04:00
#!/bin/sh
#
# These are the steps I typically use to configure and compile Bochs
# on a Win32 system with cygwin (v.20.1)
#
CC="gcc"
CXX="g++"
CFLAGS="-O3 -Wall -Wno-format"
CXXFLAGS="$CFLAGS"
export CC
export CXX
export CFLAGS
export CXXFLAGS
./configure --enable-cpu-level=3 \
--disable-fpu