File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ lic.txt: $(S)LICENSE.txt
4141 @$(Q ) perl -pe ' s@\r\n|\n@\r\n@go' < $< > $@
4242
4343ifdef CFG_MAKENSIS
44- $(PKG_EXE ) : all rustc-stage3 $(PKG_NSI ) $(PKG_FILES ) lic.txt
44+ $(PKG_EXE ) : $(PKG_NSI ) $(PKG_FILES ) all rustc-stage3 lic.txt
4545 @$(call E, makensis: $@ )
46- $(Q )$(CFG_MAKENSIS ) -NOCD -V1 " -XOutFile $@ " \
46+ $(Q ) " $( CFG_MAKENSIS) " -NOCD -V1 " -XOutFile $@ " \
4747 "-XLicenseData lic.txt" $<
4848 $(Q)rm -f lic.txt
4949endif
Original file line number Diff line number Diff line change 77# If you are making non-backwards compatible changes to the runtime,
88# set this flag to 1. It will cause stage1 to use the snapshot
99# runtime rather than the runtime from the working directory.
10- USE_SNAPSHOT_RUNTIME =0
10+ USE_SNAPSHOT_RUNTIME =1
1111
1212define TARGET_STAGE_N
1313
Original file line number Diff line number Diff line change 2626
2727namespace shape {
2828
29- typedef unsigned long tag_variant_t ;
30- typedef unsigned long tag_align_t ;
29+ typedef unsigned tag_variant_t ;
30+ typedef unsigned tag_align_t ;
3131typedef unsigned long ref_cnt_t ;
3232
3333// Constants
You can’t perform that action at this time.
0 commit comments