Ajout options pour le compilo xlc_r AIX

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3561 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 2001-07-02 12:35:46 +00:00
parent 10a3beff9d
commit ce5f1c3298
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ Examples:
./configure -prefix /usr/bin
./configure -bindir /usr/bin -libdir /usr/lib/ocaml -mandir /usr/man/manl
./configure -cc "acc -fast" -libs "-lucb"
# For Sun Solaris with the acc compiler
./configure -cc "xlc_r -D_AIX43 -Wl,-bexpall,-brtl -qmaxmem=8192"
# For AIX 4.3 with the IBM compiler
If something goes wrong during the automatic configuration, or if the
generated files cause errors later on, then look at the template files