Skip to content

Commit

Permalink
merge from 4.02 (rev 14931): update instructions for 32-bit builds on…
Browse files Browse the repository at this point in the history
… Mac OS X (PR 6196)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14932 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
  • Loading branch information
mshinwell committed May 30, 2014
1 parent ec96727 commit 9c2b32b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions INSTALL
Expand Up @@ -153,8 +153,9 @@ Examples:
to build a 64-bit version of OCaml:
./configure -cc "gcc -m64"

On a MacOSX 10.6/Intel Core 2, to build a 32-bit version of OCaml:
./configure -cc "gcc -m32" -as "as -arch i386" -aspp "gcc -m32 -c"
On Intel Mac OS X, to build a 32-bit version of OCaml:
./configure -host "i386-apple-darwin13.2.0" -cc "gcc -arch i386 -m32" \
-as "as -arch i386" -aspp "gcc -arch i386 -m32 -c"

For Sun Solaris with the "acc" compiler:
./configure -cc "acc -fast" -libs "-lucb"
Expand Down

0 comments on commit 9c2b32b

Please sign in to comment.