Skip to content
Snippets Groups Projects
Commit 665ca116 authored by glaubitz's avatar glaubitz Committed by Marge Bot
Browse files

Re-add unregisterised build support for sparc and sparc64

Closes #23959
parent 35bc506b
No related branches found
No related tags found
1 merge request!1Add RTS option
......@@ -48,7 +48,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS_SHELL_FUNCTIONS],
loongarch64)
test -z "[$]2" || eval "[$]2=ArchLoongArch64"
;;
hppa|hppa1_1|ia64|m68k|nios2|riscv32|loongarch32|rs6000|s390|sh4|vax)
hppa|hppa1_1|ia64|m68k|nios2|riscv32|loongarch32|rs6000|s390|sh4|sparc|sparc64|vax)
test -z "[$]2" || eval "[$]2=ArchUnknown"
;;
javascript)
......
......@@ -74,6 +74,12 @@ case "$1" in
sh4)
$2="sh4"
;;
sparc64*)
$2="sparc64"
;;
sparc*)
$2="sparc"
;;
vax)
$2="vax"
;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment