summaryrefslogtreecommitdiffstats
path: root/lib/systems/default.nix
AgeCommit message (Expand)Author
2020-09-01Merge pull request #61019 from volth/gcc.arch-amdJohn Ericson
2020-08-27Distinguish pkgsStatic from pkgsMusl via stdenv.targetPlatformDmitry Bogatov
2020-08-05gcc.arch: refactor, move tables under lib/volth
2020-07-21redox: add as targetAaron Janse
2020-03-24lib/systems: Add Genode platform definitionsEmery Hemingway
2020-02-22Merge pull request #80814 from matthewbauer/default-newlib-for-noneJohn Ericson
2020-02-22lib/systems: Assume newlib when no kernel and no libc is providedMatthew Bauer
2020-02-05lib.systems.elaborate: isArm -> isAarch32Chuck
2019-11-19initial implementation of vc4 cross-compileMichael Bishop
2019-11-04lib.systems: remove redundant mappingoxalica
2019-11-03lib.systems: handle mips family properlyoxalica
2019-08-26treewide: remove redundant quotesvolth
2019-06-04systems: allow passing in string for cross/localSystemMatthew Bauer
2019-06-04systems: remove forMetaMatthew Bauer
2019-04-23wasmtime: init and use for emulationMatthew Bauer
2019-04-23wasm: init cross targetMatthew Bauer
2019-04-19kernel-headers: infer ARCH from config tripleMatthew Bauer
2019-04-19systems: correct qemu architecturesMatthew Bauer
2019-04-19systems: fix emulator identityMatthew Bauer
2019-04-02Merge branch 'master' into staging-nextVladimír Čunát
2019-03-25msp430: include vendor headers with stdenvAaron Lindsay
2019-03-01Merge staging-next into stagingFrederik Rietdijk
2019-02-26cross/tests: add llvm-based testsMatthew Bauer
2019-02-26netbsd: add cross targetMatthew Bauer
2019-02-25systems: add “emultator” for wasmMatthew Bauer
2019-02-21systems: add isCompatible handlingMatthew Bauer
2019-01-27systems/default.nix: wasm in platform.uname.systemMatthew Bauer
2018-12-12platform.emulator: fix non-x86 systemsJörg Thalheim
2018-11-29treewide: add emulator to platformMatthew Bauer
2018-10-29systems: add avrlibc for avr systemsMatthew Bauer
2018-10-17lib/systems: use lookup for uname.systemMatthew Bauer
2018-10-16lib/systems: add uname attrsMatthew Bauer
2018-06-25xcode: add xcodePlatform to systemMatthew Bauer
2018-05-10lib/systems: Prohibit "gnu" ABI (*-gnu) with 32-bit ARMJohn Ericson
2018-05-10Merge commit '70963b382f3f820ba6d3bc3b3aaf50a2957ec1ff' into uclibcJohn Ericson
2018-05-09lib/systems: Add uClibc just like MUSLJohn Ericson
2018-04-19ios-sdk-pkgs: Init from iOS SDK from XCodeKen Micklas
2018-03-15lib, stdenv: Check `meta.platforms` against host platform and be open worldJohn Ericson
2018-02-27prebuilt android tools: Init using SDKJohn Ericson
2018-02-11Drop "isGlibc", but keep isMusl.Will Dietz
2018-02-11lib/systems: musl, libc predicatesWill Dietz
2017-09-19Merge pull request #27797 from grahamc/fixed-libJohn Ericson
2017-09-16Convert libs to a fixed-pointGraham Christensen
2017-09-13lib: Add `*Platform.extensions`John Ericson
2017-05-29lib: Consolidate platform configurations (used for crossSystem)John Ericson
2017-05-22lib: Infer `libc` field of platform if not specifiedJohn Ericson
2017-05-22lib: Make platform predicates more ergonomic to useJohn Ericson
2017-04-17Elaborate `localSystem` and `crossSystem` in a consistent mannerJohn Ericson
2017-04-17lib: Collect system/platform related filesJohn Ericson