* Fix coreboot target. This target calls promote, which itself now
uses tools/stripdebug. This executable has to be ran with the new runtime, not the one in boot/. * Update .depend for byterun/ and asmrun/master
parent
bde0cbea2d
commit
dd74659c68
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ coreboot:
|
|||
# Rebuild the library (using byterun/ocamlrun ./ocamlc)
|
||||
$(MAKE) library-cross
|
||||
# Promote the new compiler and the new runtime
|
||||
$(MAKE) promote
|
||||
$(MAKE) CAMLRUN=byterun/ocamlrun promote
|
||||
# Rebuild the core system
|
||||
$(MAKE) partialclean
|
||||
$(MAKE) core
|
||||
|
|
2508
asmrun/.depend
2508
asmrun/.depend
File diff suppressed because it is too large
Load Diff
1568
byterun/.depend
1568
byterun/.depend
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue