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.
This commit is contained in:
Gregory Alexander 2001-04-11 09:07:55 +00:00
parent 417e4c01ec
commit 4f381132e1
1 changed files with 9 additions and 0 deletions

9
bochs/.conf.AIX.4.3.1 Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
export CC="xlc"
export CXX="xlC"
export CFLAGS="-qcpluscmt"
export CXXFLAGS=""
./configure