about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc-arm-embedded
Commit message (Collapse)AuthorAge
* gcc-arm-embedded: 5-2016-q2-update -> 6-2017-q2-updatevinymeuh2017-08-15
|
* treewide: Use makeLibraryPath in 'patchelf --set-rpath' callsTuomas Tynkkynen2016-08-23
|
* gcc-arm-embedded: update licenseAlexey Shmalko2016-07-19
| | | | | | | According to https://launchpad.net/gcc-arm-embedded: > Licence: > Simplified BSD Licence, GNU GPL v2, GNU GPL v3, GNU LGPL v2.1, GNU > LGPL v3, MIT / X / Expat Licence
* add get* helper functions and mass-replace manual outputs search with themNikolay Amiantov2016-04-25
|
* Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\
| * ncurses: combine $lib and $out outputsThomas Tuegel2016-03-08
| | | | | | | | | | | | | | | | The $lib output refers to the terminfo database in $out, which is about 10x larger than the ncurses shared library. Splitting these outputs saves a small amount of space for any derivations that use the terminfo database but not the ncurses library, but we do not have evidence that any such exist.
| * some evaluation fixesVladimír Čunát2015-10-28
| | | | | | | | Not all multiple-output fixups were properly tested.
| * ncurses: split into multiple outputsVladimír Čunát2015-10-13
| | | | | | | | | | Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
| * fix "libc}/lib" and similar referencesVladimír Čunát2015-05-05
| | | | | | | | | | Done mostly without any verification. I didn't bother with libc}/include, as the path is still correct.
* | gcc-arm-embedded: 4.9 -> 5.2Alexey Shmalko2016-04-13
|/ | | | | | Seems that GCC ARM Embedded have changed convention for file location, and version 5.2 isn't accessible from the predicted url. That's why nix-expression is updated to allow overloading url parts.
* gcc-arm-embedded: add missing dependency on 'ncurses'Bjørn Forsman2014-10-26
| | | | | | | Fixes this: $ arm-none-eabi-gdb arm-none-eabi-gdb: error while loading shared libraries: libncurses.so.5: cannot open shared object file: No such file or directory
* gcc-arm-embedded: add meta attributesBjørn Forsman2014-03-29
|
* Add gcc-arm-embedded.ambrop7@gmail.com2014-03-29
These are packages for precompiled ARM microcontroller compilers from https://launchpad.net/gcc-arm-embedded. [Bjørn: modify commit message (add paragraph).]