Skip to content

Commit 65ba065

Browse files
hasufellGHC GitLab CI
authored andcommitted
build threaded
1 parent 74b77f1 commit 65ba065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,13 @@ STAGE1_EXECUTABLES := \
234234
STAGE2_TARGETS := \
235235
ghc-bin:ghc
236236

237+
# rts:threaded-nodebug need it for compiling Setup.hs
237238
STAGE2_UTIL_TARGETS := \
238239
$(STAGE_UTIL_TARGETS) \
239240
ghc-iserv:ghc-iserv \
240241
rts:nonthreaded-debug \
241242
rts:nonthreaded-nodebug \
243+
rts:threaded-nodebug \
242244
hp2ps:hp2ps \
243245
hpc-bin:hpc \
244246
runghc:runghc \

0 commit comments

Comments
 (0)