about summary refs log tree commit diff
path: root/lib/systems
AgeCommit message (Expand)AuthorFilesLines
2018-12-02systems/parse.nix: support eabihfMatthew Bauer2-10/+17
2018-11-29Merge pull request #50212 from matthewbauer/host-emulatorMatthew Bauer2-5/+48
2018-11-29treewide: add emulator to platformMatthew Bauer1-0/+40
2018-11-29systems/examples.nix: move riscv function to let bindingMatthew Bauer1-5/+8
2018-11-21systems/parse: add older x86 architecturesMatthew Bauer1-0/+3
2018-11-09lib/systems: Added missing semicolonsVincent Weisner1-2/+2
2018-11-09lib/system: Added Embedded Platforms for the CPUsVincent Weisner1-0/+15
2018-11-02Update parse.nixVincent Weisner1-1/+1
2018-11-01CPU FixJörg Thalheim1-1/+1
2018-11-01Update parse.nixVincent Weisner1-0/+4
2018-10-31Merge pull request #49567 from obsidiansystems/arm-auto-detectJohn Ericson1-0/+1
2018-10-31lib.systems.platforms: Add more ARM autodetectionJohn Ericson1-0/+1
2018-10-30systems/examples: add i686 & x86-64 embeddedMatthew Bauer2-0/+12
2018-10-29systems/parse.nix: support weird system configsMatthew Bauer1-0/+8
2018-10-29gcc: support avrMatthew Bauer1-2/+16
2018-10-29systems: add avrlibc for avr systemsMatthew Bauer1-0/+1
2018-10-29avr: use new compilation infrastructureMatthew Bauer3-0/+10
2018-10-18tests/systems.nix: fix testsMatthew Bauer1-1/+1
2018-10-17Correctly set windows doublesMatthew Bauer1-1/+1
2018-10-17lib/systems: use lookup for uname.systemMatthew Bauer1-7/+8
2018-10-16systems/doubles.nix: add mingw doublesMatthew Bauer1-0/+3
2018-10-16lib/systems: add uname attrsMatthew Bauer1-0/+18
2018-10-06lib/systems: use correct config for armv7l-hf-multiplatformBen Wolsieffer1-1/+1
2018-09-17androidndk: Add Darwin supportJohn Ericson1-2/+2
2018-08-28hurd: cleanup unmaintained targetJörg Thalheim4-7/+3
2018-08-21[RFC] ppc64le enablement (#45340)CrystalGamma5-1/+29
2018-07-28systems: fix netbsd triple parsingMatthew Bauer1-4/+6
2018-07-26systems: Allow detection of powerpc and sparcJohn Q Crosscompiler2-0/+4
2018-06-25xcode: add xcodePlatform to systemMatthew Bauer2-3/+4
2018-06-25xcode: add xcodeVer to systemMatthew Bauer1-0/+4
2018-06-22android: add ndkVer to resolve ndk ambiguityMatthew Bauer1-1/+4
2018-06-22android: Use NDK 17 for aarch32Matthew Bauer1-2/+2
2018-06-12platforms/raspberrypi: enable kernelAutoModulesBen Wolsieffer1-1/+2
2018-06-01Merge branch 'plat-fix-for-merge-2' into masterTuomas Tynkkynen1-150/+7
2018-05-31platforms.nix: More rpi2 cleanupTuomas Tynkkynen1-5/+2
2018-05-31platforms.nix: Clean up obsolete cruft from raspberrypi2Tuomas Tynkkynen1-73/+4
2018-05-31platforms.nix: Clean up obsolete cruft from raspberrypiTuomas Tynkkynen1-69/+0
2018-05-31linux_rpi: Specify defconfig in kernel expressionTuomas Tynkkynen1-3/+1
2018-05-29lib: Fix `nix-env -qaP -f . --xml --meta`John Ericson1-3/+3
2018-05-26Merge branch 'master' into stagingJan Malakhovski1-0/+2
2018-05-24lib: Fix `nix-env -qaP -f . --xml --meta`John Ericson1-1/+3
2018-05-18Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-1/+1
2018-05-17androidndk: Fix usage as crossSystemBastian Köcher1-1/+1
2018-05-13Merge commit '92b7a814f26ee1d37e989431c18518c67285a332' into stagingJohn Ericson4-14/+65
2018-05-12Merge branch 'fix-gcc-with-float'John Ericson2-13/+17
2018-05-12lib: Fix float handling for Aarch32John Ericson2-13/+17
2018-05-12prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson1-0/+3
2018-05-11lib/system: Remove float from androideabiJohn Ericson1-1/+1
2018-05-11prebuilt android cc: Edit wrapper to pass the right -m flags for armv7aJohn Ericson1-0/+3
2018-05-11lib/systems: Add assertion to "android" ABIJohn Ericson1-2/+10