Skip to content

Commit

Permalink
added compilers/4.00.1/4.00.1+PIC
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois BERENGER committed May 18, 2015
1 parent 9315512 commit 30c2cb5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compilers/4.00.1/4.00.1+PIC/4.00.1+PIC.comp
@@ -0,0 +1,11 @@
opam-version: "1"
version: "4.00.1"
src: "http://caml.inria.fr/pub/distrib/ocaml-4.00/ocaml-4.00.1.tar.gz"
build: [
["./configure" "-cc" "cc -fPIC" "-aspp" "cc -c -fPIC" "-prefix" prefix "-with-debug-runtime"]
[make "world"]
[make "world.opt"]
[make "install"]
]
packages: ["base-unix" "base-bigarray" "base-threads"]
env: [[CAML_LD_LIBRARY_PATH = "%{lib}%/stublibs"]]
1 change: 1 addition & 0 deletions compilers/4.00.1/4.00.1+PIC/4.00.1+PIC.descr
@@ -0,0 +1 @@
OCaml 4.00.1 with -fPIC runtime libs

0 comments on commit 30c2cb5

Please sign in to comment.