From 9529be485cac3f9da9287c7bd6e7350ae53ff6e9 Mon Sep 17 00:00:00 2001 From: George Thomas Date: Sat, 15 Jul 2023 12:16:40 +0100 Subject: [PATCH] Add support for GHC's JavaScript backend Unlike the older GHCJS, it uses the long form CPU name. --- config.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sub b/config.sub index b67c27dd..fca0496e 100644 --- a/config.sub +++ b/config.sub @@ -1199,7 +1199,7 @@ case $cpu-$vendor in | hexagon \ | i370 | i*86 | i860 | i960 | ia16 | ia64 \ | ip2k | iq2000 \ - | js \ + | javascript | js \ | k1om \ | le32 | le64 \ | lm32 \