*** empty log message ***

This commit is contained in:
2007-02-23 10:33:20 +00:00
parent ccee9d5304
commit 5d25996764
9 changed files with 21 additions and 150 deletions

View File

@ -31,3 +31,12 @@ SCO OpenServer Release 5.0.7 (SCO_SV 3.2 5.0.7)
cc
CC=cc CFLAGS="-Xc -a ansi -O2" ./configure
=== Solaris ===
64 bit gcc
CC=gcc CFLAGS="-Wall -O2 -m64" LDFLAGS="-m64" ./configure
32 bit gcc
CC=gcc CFLAGS="-Wall -O2" ./configure