summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper
Commit message (Expand)AuthorAge
* Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell2012-12-29
|\
| * Unifying buildergo.sh and builder.sh into one.Lluís Batlle i Rossell2012-12-29
* | Enabling support of ld-linux-armhf.so.3 ld.so, in ARMLluís Batlle i Rossell2012-12-29
|/
* Remove unnecessary parentheses around if conditionsEelco Dolstra2012-12-28
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
* stdenv-updates: merge updates from 'master' branchPeter Simons2012-09-11
|\
| * Adding gccgo for gcc4.7.Lluís Batlle i Rossell2012-08-03
* | Extend compiler wrapper scripts to allow compilation of "/dev/null" input.Peter Simons2012-07-02
|/
* Add armv7l support.Nicolas Pierron2012-04-15
* svn merge ^/nixpkgs/trunkYury G. Kudryashov2012-01-26
|\
| * Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell2012-01-21
* | * "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
|/
* Fix typo.Ludovic Courtès2011-06-12
* Specify the dynamic linker name for cross-compilation to GNU/Hurd.Ludovic Courtès2011-06-12
* Fix about the order of -rpath and -L in the ld-wrapperLluís Batlle i Rossell2010-12-14
* Fixing a bug in the ld-wrapper, where the dynamic-linker path was taken as aLluís Batlle i Rossell2010-12-13
* I had changed the gcc-wrapper shell attribute, for it to be a specific kind ofLluís Batlle i Rossell2010-12-07
* I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell2010-12-04
* Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell2010-09-01
* Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell2010-08-01
* Removing any rest of the trunk's stdenv2, that has a fix in ld-wrapper to makeLluís Batlle i Rossell2010-05-25
* Making the ld-wrapper2.sh much faster, when having lots of '-L' parameters,Lluís Batlle i Rossell2010-05-03
* Fixing once again the ld-wrapper.sh script. I put it in a gcc-wrapper apart, ...Lluís Batlle i Rossell2010-03-16
* Fixing the gcc/gcc-wrapper so 'ghdl' gets the proper wrapper (langVhdl = true,Lluís Batlle i Rossell2010-01-27
* * Don't call grep from ld-wrapper (especially not O(n^2) times)Eelco Dolstra2010-01-26
* * Fix Perl on FreeBSD.Eelco Dolstra2010-01-26
* Adding two files I forgot to the gcc-wrapper, comming from the oldLluís Batlle i Rossell2010-01-16
* Merging the ghdl-wrapper and gcc-wrapper into one.Lluís Batlle i Rossell2010-01-16
* Merging the gnat-wrapper and gcc-wrapper into a single gcc-wrapper.Lluís Batlle i Rossell2010-01-16
* Fixing the gcc-wrapper, so it does not link when gcc is called with '-xLluís Batlle i Rossell2010-01-16
* Updating the ld-wrapper about linking of direct .so files. The previousLluís Batlle i Rossell2009-12-13
* Updating the gcc-wrapper with the changes done in trunk's gcc-wrapper2.Lluís Batlle i Rossell2009-12-12
* Fixing the coreutils reference in the gcc-wrapper - they did not get properlyLluís Batlle i Rossell2009-11-22
* Porting changes from stdenv-updates into this branch.Lluís Batlle i Rossell2009-11-08
* Revert r16645, which was intended for the `stdenv-updates' branch.Ludovic Courtès2009-08-10
* GCC wrapper: Don't create dangling symlinks; create a `gcj' symlink.Ludovic Courtès2009-08-10
* I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell2009-07-26
* Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell2009-07-26
* * Sync with the trunk.Eelco Dolstra2009-06-30
|\
| * big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
* | Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system thatPeter Simons2009-06-24
|/
* * Oops. We don't call genericBuild, so the fixupPhase (which createsEelco Dolstra2009-04-23
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
* * Fix missing description errors.Eelco Dolstra2009-04-19
* * setup.sh: turn on nullglob globally.Eelco Dolstra2009-04-18
* * g77 -> gfortran throughout. Got rid of the separateEelco Dolstra2009-04-09
* * Some meta.description attributes.Eelco Dolstra2009-03-25
* * gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra2009-03-25
* * Pass -rpath flags in the same order as -L flags.Eelco Dolstra2009-02-01