File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ ${OCAML_CONFIGURE_OPTIONS}"
128128make_native=true
129129cleanup=false
130130check_make_alldepend=false
131- dorebase=false
132131jobs=' '
133132bootstrap=false
134133
@@ -149,8 +148,6 @@ case "${OCAML_ARCH}" in
149148 cygwin64)
150149 cleanup=true
151150 check_make_alldepend=true
152- dorebase=false
153- confoptions=" $confoptions --disable-shared "
154151 ;;
155152 mingw)
156153 build=' --build=i686-pc-cygwin'
@@ -249,13 +246,6 @@ if $make_native && $check_make_alldepend; then
249246 $make --warn-undefined-variables alldepend
250247fi
251248
252- if $dorebase ; then
253- # temporary solution to the cygwin fork problem
254- # see https://github.com/alainfrisch/flexdll/issues/50
255- rebase -b 0x7cd20000 otherlibs/unix/dllunix.so
256- rebase -b 0x7cdc0000 otherlibs/systhreads/dllthreads.so
257- fi
258-
259249$make --warn-undefined-variables install
260250rm -rf " $instdir "
261251
You can’t perform that action at this time.
0 commit comments