We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e16d62 commit 80059c6Copy full SHA for 80059c6
Makefile
@@ -114,11 +114,7 @@ TOOLS_TO_INSTALL_NAT = ocamldep ocamlobjinfo
114
115
# Tools to be compiled to bytecode only, then installed
116
TOOLS_TO_INSTALL_BYT = \
117
- ocamlcmt ocamlprof ocamlcp ocamlmklib ocamlmktop
118
-
119
-ifeq "$(NATIVE_COMPILER)" "true"
120
-TOOLS_TO_INSTALL_BYT += ocamloptp
121
-endif
+ ocamlcmt ocamlmklib ocamlmktop
122
123
# Clean should remove tools/ocamloptp etc. unconditionally because
124
# the configuration is not available during clean so we don't
@@ -679,7 +675,6 @@ runtime_NATIVE_ONLY_C_SOURCES = \
679
675
clambda_checks \
680
676
dynlink_nat \
681
677
fail_nat \
682
- frame_descriptors \
683
678
roots_nat \
684
startup_nat \
685
signals_nat
0 commit comments