Cleaning a bit what I commited about llvm, and making dragonegg build.
If passing to gcc4.5 the compile flag: "-fplugin=dragonegg.so" it will use the llvm optimizers and code generators. In that previous commit I enabled link time optimization and plugin support in gcc 4.5.0 svn path=/nixpkgs/trunk/; revision=22235
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, gcc, flex, perl, libtool, groff }:
|
||||
{stdenv, fetchurl, gcc, flex, perl, libtool, groff}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "llvm-2.7";
|
||||
@@ -8,4 +8,11 @@ stdenv.mkDerivation {
|
||||
};
|
||||
|
||||
buildInputs = [ gcc flex perl libtool groff ];
|
||||
|
||||
meta = {
|
||||
homepage = http://llvm.org/;
|
||||
description = "Collection of modular and reusable compiler and toolchain technologies";
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user