about summary refs log tree commit diff
path: root/pkgs/development/compilers/mentor
AgeCommit message (Collapse)AuthorFilesLines
2018-01-05treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel1-1/+1
2016-03-08ncurses: combine $lib and $out outputsThomas Tuegel1-1/+1
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.
2015-10-13ncurses: split into multiple outputsVladimír Čunát1-1/+1
Some programs (e.g. tput) might better be moved somewhere else than $dev/bin, but that can be improved later if need be.
2014-12-26Change occurrences of gcc to the more general ccJohn Wiegley1-1/+1
This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
2013-05-29sourcery-codebench: fix installation of manpagesBjørn Forsman1-0/+5
Sourcery CodeBench manpages are installed under share/doc/<target-triplet>/man/. Add symlinks so that the manpages become available to "man". NOTE: I use symlinks instead of moving the manpages, because I think it is best to do as little as possible to prebuilt packages.
2013-05-25Add Sourcery CodeBench Lite toolchain(s)Bjørn Forsman1-0/+75
Sourcery CodeBench toolchains are prebuilt GCC toolchains from Mentor Graphics. Start out by adding ARM EABI and ARM GNU/Linux toolchains. Sourcery CodeBench is also available for MIPS, Power, SuperH, ColdFire (and more), so it should be easy to add later, if needed. AFAIK, the EABI toolchains use newlib and the GNU/Linux ones use glibc.