summary refs log tree commit diff
path: root/pkgs/build-support/gcc-cross-wrapper
Commit message (Expand)AuthorAge
* Fixing the gcc-cross-wrapper; it failed after some changes related to breakingLluís Batlle i Rossell2010-08-11
* Breaking dependencies on the cross-built gcc through the gcc-cross-wrapper.Lluís Batlle i Rossell2010-08-09
* Making the cross-built packages not depend on the gcc cross compiler directly,Lluís Batlle i Rossell2010-08-08
* Merging from trunk (the callPackage change)Lluís Batlle i Rossell2010-08-03
|\
| * Fixing the dynamic linker in the gcc-cross-wrapper so it takes also the dynamicLluís Batlle i Rossell2010-08-02
* | Merging from trunk.Lluís Batlle i Rossell2010-04-22
|\|
| * Fixing the gcc-cross-wrapper (wanting to make it work with uclibc, I hadLluís Batlle i Rossell2010-03-10
| * Updating busybox. I left only a single busybox in its directory. The others, ...Lluís Batlle i Rossell2010-03-09
* | Making gcc cross-buildable, at least for glibc.Lluís Batlle i Rossell2010-03-06
|/
* Improving the crossStripping. A cross-glibc gets broken if stripped by theLluís Batlle i Rossell2009-11-23
* On native builds:Lluís Batlle i Rossell2009-11-22
* Big fixes in the cross build:Lluís Batlle i Rossell2009-11-22
* Fixed some details on cross compilation. Among others:Lluís Batlle i Rossell2009-11-21
* Fixing some things on the gcc-cross-wrapper (libc was not properly added to theLluís Batlle i Rossell2009-11-20
* Attention, people who care on the builders for native builds. In the stdenvLluís Batlle i Rossell2009-11-19
* Fixing the uboot cross-build.Lluís Batlle i Rossell2009-11-19
* Adding generic builder management of cross compilation: envHooksHost, pkgsHos...Lluís Batlle i Rossell2009-11-18
* Trying to move all stdenv cross-compiling details out of the stdenv expression,Lluís Batlle i Rossell2009-11-17
* Making the definition of the cross compiling target an attribute set.Lluís Batlle i Rossell2009-11-16
* Fixing the gcc cross wrapper (removing some /usr/) so it gives proper linking.Lluís Batlle i Rossell2009-11-15
* My first attempt at getting cross compilers in nixpkgs.Lluís Batlle i Rossell2009-11-14
* * Remove references to substitute.sh.Eelco Dolstra2006-12-27
* * nativeGlibc -> nativeLibc (gcc-cross-wrapper is probably brokenEelco Dolstra2006-10-27
* * Merged the usability branch (from trunk@4749 to branches/usability@5087).Eelco Dolstra2006-03-24
|\
| * * stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra2006-03-10
* | make sure we can find things like mips-linux-ar, mips-linux-strip, and so on.Armijn Hemel2006-03-02
|/
* * "." -> "source".Eelco Dolstra2005-12-05
* add a wrapper for cross compilers, which makes the correct link to the cross ...Armijn Hemel2005-11-29