shake-language-c-0.8.6: Utilities for cross-compiling with Shake

Safe HaskellNone
LanguageHaskell98

Development.Shake.Language.C.Target.Linux

Description

This module provides toolchain definitions and utilities for targeting Linux. See Development.Shake.Language.C.Rules for examples of how to use a target toolchain.

Linux is also a supported host operating system, see Development.Shake.Language.C.Host for examples of how to target the host.

Synopsis

Documentation

target :: Arch -> Target Source

Build target given an architecture.