PUAE/build_linux_nojit.sh

18 lines
376 B
Bash
Raw Normal View History

2010-11-29 15:55:31 +00:00
# P-UAE
#
2011-02-24 13:20:27 +00:00
# 2006-2011 Mustafa TUFAN (aka GnoStiC/BRONX)
2010-11-29 15:55:31 +00:00
#
#
#
base=" --with-sdl --with-sdl-gl --with-sdl-gfx --with-sdl-sound --enable-drvsnd "
cd32=" --enable-cd32 "
a600=" --enable-gayle "
scsi=" --enable-scsi-device --enable-ncr --enable-a2091 "
other=" --with-caps --enable-amax --disable-jit"
#
#
2010-09-13 07:25:09 +00:00
./bootstrap.sh
2010-11-29 15:55:31 +00:00
./configure $base $cd32 $a600 $scsi $other
2010-09-13 07:25:09 +00:00
make clean
make