Skip to content

Commit 1ede5c0

Browse files
committed
Update bootstrap with PAST additions broken out.
1 parent 3d5e96b commit 1ede5c0

File tree

9 files changed

+6064
-5998
lines changed

9 files changed

+6064
-5998
lines changed

build/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ $(STAGE0): $(STAGE0_PBCS)
234234

235235
$(STAGE0_PBCS): $(DYNEXT_TARGET) $(STAGE0_SOURCES)
236236
$(PARROT) -o $(STAGE0)/$(REGEX_PBC) src/stage0/Regex-s0.pir
237+
$(PARROT) -o $(PAST_PBC) src/stage0/PASTRegex-s0.pir
237238
$(PARROT) -o $(STAGE0)/$(HLL_PBC) src/stage0/HLL-s0.pir
238239
$(PARROT) -o $(STAGE0)/$(P6REGEX_PBC) src/stage0/P6Regex-s0.pir
239240
$(PARROT) -o $(STAGE0)/$(NQP_MO_PBC) src/stage0/NQPMO-s0.pir

src/stage0/HLL-s0.pir

Lines changed: 933 additions & 933 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)