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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user