Skip to content

Commit

Permalink
test: Fix arm build
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Alok <[email protected]>
  • Loading branch information
MrAdityaAlok committed Jan 24, 2025
1 parent 75ea3a1 commit 36cd7fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/ghc-libs/fix-arch-check.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- ghc-9.12.1/m4/fptools_set_haskell_platform_vars.m4 2024-12-16 00:59:46.000000000 +0530
+++ ghc-9.12.1.mod/m4/fptools_set_haskell_platform_vars.m4 2025-01-24 18:18:00.513871875 +0530
@@ -21,7 +21,7 @@
s390x)
test -z "[$]2" || eval "[$]2=ArchS390X"
;;
- arm)
+ arm*)
GET_ARM_ISA()
test -z "[$]2" || eval "[$]2=\"ArchARM \$ARM_ISA \$ARM_ISA_EXT \$ARM_ABI\""
;;

0 comments on commit 36cd7fb

Please sign in to comment.