Skip to content

Commit

Permalink
Test: use -fflvm for stage{1,2} only
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Alok <[email protected]>
  • Loading branch information
MrAdityaAlok committed Feb 19, 2025
1 parent 5c0d230 commit 13ee006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ghc-libs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ termux_step_make() {
unset CFLAGS CPPFLAGS LDFLAGS # For stage0 compilation.
./hadrian/build binary-dist-dir -j"$TERMUX_PKG_MAKE_PROCESSES" --flavour="$flavour" --docs=none \
"stage1.unix.ghc.link.opts += -optl-landroid-posix-semaphore" \
"*.*.ghc.*.opts += -fllvm" \
"stage1.*.ghc.*.opts += -fllvm" \
"stage2.*.ghc.*.opts += -fllvm" \
"stage2.unix.ghc.link.opts += -optl-landroid-posix-semaphore"
# "stage2.ghc-bin.ghc.link.opts += -optl-landroid-posix-semaphore"
)
Expand Down

0 comments on commit 13ee006

Please sign in to comment.