Skip to content

Commit

Permalink
pkg(ghc-cross): Disable building for i686
Browse files Browse the repository at this point in the history
- Cannot build second stage ghc for it

Signed-off-by: Aditya Alok <[email protected]>
  • Loading branch information
MrAdityaAlok committed Jan 30, 2025
1 parent 40e66d5 commit 1739566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ghc-cross/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--host=$TERMUX_BUILD_TUPLE
--with-system-libffi"

TERMUX_PKG_BLACKLISTED_ARCH="i686"
TERMUX_PKG_NO_STATICSPLIT=true

termux_step_post_get_source() {
Expand Down

0 comments on commit 1739566

Please sign in to comment.