summary refs log tree commit diff
path: root/pkgs/build-support/gcc-cross-wrapper
Commit message (Expand)AuthorAge
* gcc-cross-wrapper: Fix include pathBen Gamari2016-10-31
* gcc-cross-wrapper: fix for non-chroot buildAlexey Shmalko2016-08-03
* cross GCC: Fix some paths to libc headers (after multiple outputs)Tuomas Tynkkynen2016-06-11
* fixing libcCross related flagsEric Litak2016-05-31
* orig-gcc -> orig-ccEelco Dolstra2015-03-04
* cc-wrapper: Fix for cross-compilingShea Levy2015-01-25
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
* gcc-wrapper: Remove NIX_GCC_NEEDS_GREPEelco Dolstra2014-09-23
* Cleanup: Use += to append to envHooksEelco Dolstra2014-08-09
* Merge pull request #1928 from 'cross-win-osx'.aszlig2014-04-21
|\
| * gcc-cross-wrapper: Revert adding LD program name.aszlig2014-03-12
| *-. Merge 'mingw-w64' and 'darwin' into cross-win-osx.aszlig2014-03-12
| |\ \
| | | * gcc-cross-wrapper: Allow to pass US X min version.aszlig2014-03-12
| | |/ | |/|
| | * gcc-cross-wrapper: Explicitly add LD program name.aszlig2014-02-27
| | * gcc-cross-wrapper: Enable dontStrip in setup hook.aszlig2014-02-24
| |/
* / gcc-{,cross-}wrapper: add 'cpp' wrapper (close #1820)Bjørn Forsman2014-04-02
|/
* Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell2012-12-28
|\
| * Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
* | gcc/gcc-cross-wrapper: making gcc47 work with uclibcLluís Batlle i Rossell2012-12-26
|/
* Extend compiler wrapper scripts to allow compilation of "/dev/null" input.Peter Simons2012-07-02
* gcc-cross-wrapper-libs: Gracefully deal with non-existent /TRIPLET/lib dir.Ludovic Courtès2012-03-12
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
* * Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra2011-12-12
* 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