Skip to content

Commit 77e8d0e

Browse files
authored
flambda-backend: Move compiler_float32 code into flambda2 (#2511)
move f32 lib to fl2
1 parent 75ef0a0 commit 77e8d0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.common-jst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ install_for_test: _install
271271
# Various directories are put on the -I paths by tools/Makefile;
272272
# utils/ is one such, so we just dump the .cm* files in there for
273273
# various things.
274-
mkdir _runtest/external
275-
cp $(main_build)/external/float32/*.{cma,a,cmxa} _runtest/external
276274
mkdir _runtest/utils
277275
cp _install/lib/ocaml/compiler-libs/*.{cmi,cmx} _runtest/utils
278276
cp $(main_build)/$(ocamldir)/.ocamlcommon.objs/byte/*.cmo _runtest/utils

0 commit comments

Comments
 (0)