aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/compilers/gnatboot (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gnat: init at 9.3.0Lars Jellema2020-04-201-0/+51
|
* treewide: Remove gnat support.Shea Levy2018-03-081-48/+0
| | | | See discussion in https://github.com/NixOS/nixpkgs/commit/6ac7b19c978e951c124c5ea434c94f95f593888e.
* orig-gcc -> orig-ccEelco Dolstra2015-03-041-1/+1
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-261-2/+2
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-281-1/+1
|
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-281-2/+2
| | | | Pet peeve...
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* The fix in r19516 made evident an error in the gnatboot expression, aboutLluís Batlle i Rossell2010-01-181-4/+2
| | | | | | | library paths. Fixing this, to get gnat properly built. svn path=/nixpkgs/branches/stdenv-updates/; revision=19531
* Adding first built version of the gnat compiler for gcc 4.4.Lluís Batlle i Rossell2009-12-211-0/+50
Some things don't work: - The ghdl expression (it still needs the gcc 4.3.4 src, ...) - The gnat wrappers need to be more generic - now they work only for the given gnatboot (taken from gentoo) and gnats installed to their $out store path. - Using the cloogppl and ppl. We will need our own gnatboot built with c++ libraries for that. svn path=/nixpkgs/branches/stdenv-updates/; revision=19060