summary refs log tree commit diff
path: root/pkgs/build-support/gcc-cross-wrapper/default.nix
AgeCommit message (Expand)AuthorFilesLines
2017-06-22gcc-cross-wrapper: Remove in favor of newly-cross-supporting `cc-wrapper`John Ericson1-65/+0
2016-06-11cross GCC: Fix some paths to libc headers (after multiple outputs)Tuomas Tynkkynen1-0/+1
2016-05-31fixing libcCross related flagsEric Litak1-1/+2
2014-03-12gcc-cross-wrapper: Allow to pass US X min version.aszlig1-0/+1
2012-12-28Remove unnecessary parentheses around if conditionsEelco Dolstra1-1/+1
2012-03-12gcc-cross-wrapper-libs: Gracefully deal with non-existent /TRIPLET/lib dir.Ludovic Courtès1-7/+14
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-1/+1
2010-08-09Breaking dependencies on the cross-built gcc through the gcc-cross-wrapper.Lluís Batlle i Rossell1-4/+7
2010-08-08Making the cross-built packages not depend on the gcc cross compiler directly,Lluís Batlle i Rossell1-1/+16
2009-11-22Big fixes in the cross build:Lluís Batlle i Rossell1-2/+2
2009-11-21Fixed some details on cross compilation. Among others:Lluís Batlle i Rossell1-2/+2
2009-11-17Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell1-0/+4
2009-11-16Making the definition of the cross compiling target an attribute set.Lluís Batlle i Rossell1-1/+2
2009-11-14My first attempt at getting cross compilers in nixpkgs.Lluís Batlle i Rossell1-1/+1
2006-12-27* Remove references to substitute.sh.Eelco Dolstra1-1/+0
2006-10-27* nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably brokenEelco Dolstra1-4/+4
2006-03-10* stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra1-0/+3
2005-11-29add a wrapper for cross compilers, which makes the correct link to the cross ...Armijn Hemel1-0/+30