Bochs/bochs/.conf.AIX.4.3.1
Gregory Alexander 4f381132e1 Added a config file for AIX 4.3.1.
This may not work for everyone, and probably will not work on AIX 4.3.3.
2001-04-11 09:07:55 +00:00

10 lines
104 B
Bash
Executable File

#!/bin/sh
export CC="xlc"
export CXX="xlC"
export CFLAGS="-qcpluscmt"
export CXXFLAGS=""
./configure