JulianZhang / toolchain-wrapper

Scripts for building GHC and Haskell programs for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toolchain wrappers

This repository provides toolchain wrappers for Raspberry Pi (arm-linux-gnueabihf), Android (armv7-linux-anroideabi, aarch64-linux-android), and iOS (86_64-apple-ios, aarch64-apple-ios) toolchains through target prefixed commands for gcc clang ld ld.gold nm ar ranlib cabal.

The driver is the wrapper script. bootstrap generates the <target>-<command> symlinks to the driver. While the .config files hold the relevant abstractions.

About

Scripts for building GHC and Haskell programs for Android and iOS


Languages

Language:Shell 100.0%