Created
April 6, 2011 15:38
-
-
Save shlevy/905872 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - 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