Skip to content

Instantly share code, notes, and snippets.

@shlevy
Created April 6, 2011 15:38
Show Gist options
  • Select an option

  • Save shlevy/905872 to your computer and use it in GitHub Desktop.

Select an option

Save shlevy/905872 to your computer and use it in GitHub Desktop.
- gcc45_real = lowPrio (wrapGCC (makeOverridable (import ../development/compilers/gcc-4.5) {
- inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib perl
- ppl cloogppl
- gettext which noSysDirs;
+ gcc45_real = lowPrio (wrapGCC (callPackage ../development/compilers/gcc-4.5) {
+ inherit noSysDirs;
+ cross = null;
+ libcCross = null;
+ bunutilsCross = null;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment