Adding the expressions for gcc 4.5 for cross building.

Although I still have set gcc 4.4 for that, I tested with the 4.5 expression
and it cross built perfectly bison for the sheevaplug.

svn path=/nixpkgs/trunk/; revision=21463
This commit is contained in:
Lluís Batlle i Rossell
2010-04-30 19:12:59 +00:00
parent 52884c145f
commit fa6c22b5c6
2 changed files with 17 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ let version = "4.5.0";
" --disable-libmudflap " +
" --disable-libgomp " +
" --disable-shared" +
" --disable-decimal-float" # libdecnumber requires libc
" --disable-decimal-float" + # libdecnumber requires libc
" --disable-multilib"
else
" --with-headers=${libcCross}/include" +