summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2012-01-26svn merge ^/nixpkgs/trunkYury G. Kudryashov1-1/+1
2012-01-21Changing every reference from mips64-linux to mips64el-linux. That'sLluís Batlle i Rossell1-1/+1
2012-01-18* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra1-2/+2
2011-12-12* Remove the NIX_STRIP_DEBUG flag. It was undocumented and confusingEelco Dolstra1-5/+0
2011-06-12Fix typo.Ludovic Courtès1-1/+1
2011-06-12Specify the dynamic linker name for cross-compilation to GNU/Hurd.Ludovic Courtès1-1/+2
2010-12-14Fix about the order of -rpath and -L in the ld-wrapperLluís Batlle i Rossell1-4/+6
2010-12-13Fixing a bug in the ld-wrapper, where the dynamic-linker path was taken as aLluís Batlle i Rossell1-0/+5
2010-12-07I had changed the gcc-wrapper shell attribute, for it to be a specific kind ofLluís Batlle i Rossell1-2/+4
2010-12-04I made changes to achieve a working cross-built gcc wrapper. Now,Lluís Batlle i Rossell1-0/+16
2010-09-01Setting any stdenv.system references for the loongson2f system to 'mips64-lin...Lluís Batlle i Rossell1-1/+1
2010-08-01Trying to add the fuloong2f for bootstrap-files. It bootstraps fineLluís Batlle i Rossell1-0/+1
2010-05-25Removing any rest of the trunk's stdenv2, that has a fix in ld-wrapper to makeLluís Batlle i Rossell3-240/+16
2010-05-03Making the ld-wrapper2.sh much faster, when having lots of '-L' parameters,Lluís Batlle i Rossell1-15/+16
2010-03-16Fixing once again the ld-wrapper.sh script. I put it in a gcc-wrapper apart, ...Lluís Batlle i Rossell2-0/+225
2010-01-27Fixing the gcc/gcc-wrapper so 'ghdl' gets the proper wrapper (langVhdl = true,Lluís Batlle i Rossell1-3/+3
2010-01-26* Don't call grep from ld-wrapper (especially not O(n^2) times)Eelco Dolstra1-21/+18
2010-01-26* Fix Perl on FreeBSD.Eelco Dolstra1-2/+2
2010-01-16Adding two files I forgot to the gcc-wrapper, comming from the oldLluís Batlle i Rossell2-0/+156
2010-01-16Merging the ghdl-wrapper and gcc-wrapper into one.Lluís Batlle i Rossell2-1/+15
2010-01-16Merging the gnat-wrapper and gcc-wrapper into a single gcc-wrapper.Lluís Batlle i Rossell3-0/+50
2010-01-16Fixing the gcc-wrapper, so it does not link when gcc is called with '-xLluís Batlle i Rossell1-0/+4
2009-12-13Updating the ld-wrapper about linking of direct .so files. The previousLluís Batlle i Rossell1-2/+2
2009-12-12Updating the gcc-wrapper with the changes done in trunk's gcc-wrapper2.Lluís Batlle i Rossell1-0/+9
2009-11-22Fixing the coreutils reference in the gcc-wrapper - they did not get properlyLluís Batlle i Rossell1-0/+1
2009-11-08Porting changes from stdenv-updates into this branch. backups/stdenv-updates2@18273Lluís Batlle i Rossell3-11/+24
2009-08-10Revert r16645, which was intended for the `stdenv-updates' branch.Ludovic Courtès1-15/+9
2009-08-10GCC wrapper: Don't create dangling symlinks; create a `gcj' symlink.Ludovic Courtès1-9/+15
2009-07-26I revert my changes to get nixpkgs working on armv5tel-linux.Lluís Batlle i Rossell1-1/+0
2009-07-26Adding armv5tel to the 'if' checks in stdenv, gcc-wrapper and kernel headersLluís Batlle i Rossell1-0/+1
2009-06-30* Sync with the trunk.Eelco Dolstra1-1/+1
2009-06-24Define "brokenRedHatKernel = true" in $NIXPKGS_CONFIG to build a system thatPeter Simons1-2/+9
2009-05-24big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber1-1/+1
2009-04-23* Oops. We don't call genericBuild, so the fixupPhase (which createsEelco Dolstra1-0/+2
2009-04-23* Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra1-2/+0
2009-04-19* Fix missing description errors.Eelco Dolstra1-7/+6
2009-04-18* setup.sh: turn on nullglob globally.Eelco Dolstra1-3/+3
2009-04-09* g77 -> gfortran throughout. Got rid of the separateEelco Dolstra1-3/+10
2009-03-25* Some meta.description attributes.Eelco Dolstra1-3/+8
2009-03-25* gcc-wrapper: put "gcc-wrapper" in the name, e.g. "gcc-wrapper-4.3.3"Eelco Dolstra1-2/+5
2009-02-01* Pass -rpath flags in the same order as -L flags.Eelco Dolstra2-23/+24
2009-01-19* Put Glibc at the very end of the GCC header search path. ThisEelco Dolstra1-12/+1
2008-10-07* gcc-wrapper-new -> gcc-wrapper, setup-new -> setup.Eelco Dolstra7-0/+554
2008-10-07svn path=/nixpkgs/branches/stdenv-updates/; revision=12990Eelco Dolstra7-532/+0
2008-06-18* Folded the Cygwin, powerpc-darwin and FreeBSD stdenv into the "native"Eelco Dolstra1-1/+4
2008-02-13* gcc-wrapper: Propagate the wrapped gcc, binutils and glibc to theEelco Dolstra1-7/+15
2008-02-13* substitute() in stdenv: use the replace program instead of awfulEelco Dolstra1-8/+11
2007-05-31* Give the real GCC a lower priority than the GCC wrapper so that bothEelco Dolstra1-1/+1
2007-05-24* Merge gcc-wrapper-new.Eelco Dolstra1-17/+27
2007-05-16* wrapGCC: pass the right purity options for the platform.Eelco Dolstra1-0/+2