Skip to content

Commit 80059c6

Browse files
committed
flambda-backend: Remove frame_descriptors which is a 5.x runtime file; disable tools we don't need
1 parent 2e16d62 commit 80059c6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Makefile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,7 @@ TOOLS_TO_INSTALL_NAT = ocamldep ocamlobjinfo
114114

115115
# Tools to be compiled to bytecode only, then installed
116116
TOOLS_TO_INSTALL_BYT = \
117-
ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop
118-
119-
ifeq "$(NATIVE_COMPILER)" "true"
120-
TOOLS_TO_INSTALL_BYT += ocamloptp
121-
endif
117+
ocamlcmt ocamlmklib ocamlmktop
122118

123119
# Clean should remove tools/ocamloptp etc. unconditionally because
124120
# the configuration is not available during clean so we don't
@@ -679,7 +675,6 @@ runtime_NATIVE_ONLY_C_SOURCES = \
679675
clambda_checks \
680676
dynlink_nat \
681677
fail_nat \
682-
frame_descriptors \
683678
roots_nat \
684679
startup_nat \
685680
signals_nat

0 commit comments

Comments
 (0)