From c739c420db5b9d56c335414be1696c57f2dbbb6a Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sun, 24 Nov 2019 23:07:20 +0000 Subject: Add support for cross compiling to `js-ghcjs` This platform doesn't have a C compiler, and so relies and the changes in the previous commit to work. --- lib/systems/doubles.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/systems/doubles.nix') diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix index 58cff18e648..f07e9da33bc 100644 --- a/lib/systems/doubles.nix +++ b/lib/systems/doubles.nix @@ -27,6 +27,8 @@ let "riscv32-linux" "riscv64-linux" "aarch64-none" "avr-none" "arm-none" "i686-none" "x86_64-none" "powerpc-none" "msp430-none" "riscv64-none" "riscv32-none" + + "js-ghcjs" ]; allParsed = map parse.mkSystemFromString all; -- cgit 1.4.1