Add gnat46. Note that, contrary to my notes when I emailed this patch, this builds now: we use gnat45 as an Ada bootstrap in place of gnatboot. This is not a long-term solution, but it works for now.
svn path=/nixpkgs/trunk/; revision=26645
This commit is contained in:
parent
c2f72840ed
commit
7c1b06b3bd
@ -1900,6 +1900,20 @@ let
|
||||
ppl = null;
|
||||
});
|
||||
|
||||
gnat46 = wrapGCC (gcc46_real.gcc.override {
|
||||
name = "gnat";
|
||||
langCC = false;
|
||||
langC = true;
|
||||
langAda = true;
|
||||
profiledCompiler = false;
|
||||
gnatboot = gnat45;
|
||||
# We can't use the ppl stuff, because we would have
|
||||
# libstdc++ problems.
|
||||
cloogppl = null;
|
||||
ppl = null;
|
||||
cloog = null;
|
||||
});
|
||||
|
||||
gnatboot = wrapGCC (import ../development/compilers/gnatboot {
|
||||
inherit fetchurl stdenv;
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user