about summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-27* Merge the new generic builder.Eelco Dolstra2-5/+2
2006-10-27* Argggggghhhh.Eelco Dolstra1-1/+1
2006-10-26* Doh.Eelco Dolstra1-1/+1
2006-10-26* Put a symlink to the assembler in the GCC wrapper. Otherwise, whenEelco Dolstra1-0/+6
2006-10-25* Add -B$gcc/lib64 when appropriate. This is so that configureEelco Dolstra2-2/+12
2006-10-24* gcc-wrapper: separately store the flags necessary to find GCC andEelco Dolstra6-42/+69
2006-10-24* Add $pkg/lib64 (if it exists) to the library search path in additionEelco Dolstra2-0/+7
2006-03-24* Filter out the meta attribute.Eelco Dolstra1-2/+2
2006-03-10* stdenv.mkDerivation now takes an optional attribute "meta" thatEelco Dolstra1-0/+3
2005-12-15* Make sure that `gcc -v' (i.e., with no other arguments) does theEelco Dolstra1-0/+9
2005-12-05* "." -> "source".Eelco Dolstra3-10/+10
2005-07-13* Make the grep call optional.Eelco Dolstra1-3/+7
2005-07-13* r3317 was wrong: grep should be applied to gcc's stderr, not stdout.Eelco Dolstra1-5/+6
2005-07-12* Make gcc work properly again in nix-env installations (e.g., whenEelco Dolstra1-4/+6
2005-06-17* Merge r3019.Eelco Dolstra2-5/+12
2005-02-22* Use the generic substituter in the generation of stdenv and gcc-wrapper.Eelco Dolstra4-34/+45
2005-02-21* Do the generic sed thing for Glibc.Eelco Dolstra1-1/+0
2005-02-21* Merge diff between trunk/pkgs@1646 and branches/nixos-pkgs@2256;Eelco Dolstra3-10/+27
2005-01-18use new kernel headersArmijn Hemel1-1/+1
2004-11-22add modified gcc-wrapperArmijn Hemel4-10/+26
2004-07-05* gcc-wrapper: inherit gcc's name by default.Eelco Dolstra1-2/+3
2004-04-07* Accept relative paths such as `-I ..' (`-I..' was already beingEelco Dolstra1-0/+10
2004-04-04* Ensure that when building gcc, libstdc++ is linked against theEelco Dolstra3-3/+81
2004-04-02* Various bug fixes in setup.sh and ld-wrapper.sh.Eelco Dolstra2-3/+8
2004-03-30* Finally we have a working stdenvLinux again.Eelco Dolstra4-6/+8
2004-03-29* Use a Nix shell for gcc-wrapper and ld-wrapper.Eelco Dolstra3-2/+4