File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 93
93
bytegen bytelibrarian bytelink bytepackager emitcode printinstr
94
94
95
95
;; driver/
96
- errors compile
96
+ errors compile maindriver
97
97
))
98
98
99
99
(library
165
165
compute_ranges
166
166
167
167
;; driver/
168
- optcompile opterrors
168
+ optcompile opterrors optmaindriver
169
169
)
170
170
)
171
171
Original file line number Diff line number Diff line change 29
29
../Makefile.common
30
30
../Makefile.best_binaries
31
31
Makefile
32
- ./ocamltest_config.ml.in
33
- ./getocamloptdefaultflags)
32
+ ./ocamltest_config.ml.in)
34
33
(action (run make %{targets} COMPUTE_DEPS=false)))
35
34
36
35
;; FIXME: handle UNIX_OR_WIN32 or something similar
Original file line number Diff line number Diff line change 60
60
(wrapped false)
61
61
(modules runtime)
62
62
(flags (-nostdlib -nopervasives))
63
+ (library_flags -cclib "-I runtime")
63
64
(self_build_stubs_archive (runtime)))
64
65
65
66
(rule
You can’t perform that action at this time.
0 commit comments