Skip to content

Commit 60fee51

Browse files
authored
Merge pull request #5415 from commercialhaskell/support-linux-sparc
Support Linux Sparc
2 parents 9621945 + a9d73f0 commit 60fee51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Stack/Setup.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1245,6 +1245,7 @@ getOSKey platform =
12451245
Platform X86_64 Cabal.Windows -> return "windows64"
12461246
Platform Arm Cabal.Linux -> return "linux-armv7"
12471247
Platform AArch64 Cabal.Linux -> return "linux-aarch64"
1248+
Platform Sparc Cabal.Linux -> return "linux-sparc"
12481249
Platform arch os -> throwM $ UnsupportedSetupCombo os arch
12491250

12501251
downloadOrUseLocal

0 commit comments

Comments
 (0)