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
41
41
@$(Q ) perl -pe ' s@\r\n|\n@\r\n@go' < $< > $@
42
42
43
43
ifdef 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
45
45
@$(call E, makensis: $@ )
46
- $(Q )$(CFG_MAKENSIS ) -NOCD -V1 " -XOutFile $@ " \
46
+ $(Q ) " $( CFG_MAKENSIS) " -NOCD -V1 " -XOutFile $@ " \
47
47
"-XLicenseData lic.txt" $<
48
48
$(Q)rm -f lic.txt
49
49
endif
Original file line number Diff line number Diff line change 7
7
# If you are making non-backwards compatible changes to the runtime,
8
8
# set this flag to 1. It will cause stage1 to use the snapshot
9
9
# runtime rather than the runtime from the working directory.
10
- USE_SNAPSHOT_RUNTIME =0
10
+ USE_SNAPSHOT_RUNTIME =1
11
11
12
12
define TARGET_STAGE_N
13
13
Original file line number Diff line number Diff line change 26
26
27
27
namespace shape {
28
28
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 ;
31
31
typedef unsigned long ref_cnt_t ;
32
32
33
33
// Constants
You can’t perform that action at this time.
0 commit comments