about summary refs log tree commit diff
path: root/pkgs/build-support/gcc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2014-10-11Fix stdenv-nativeEelco Dolstra1-10/+5
2014-10-11Unify gcc-wrapper and clang-wrapperEelco Dolstra1-1/+21
2014-10-11gcc-wrapper: Style fixEelco Dolstra2-5/+5
2014-10-11gcc-wrapper: Style fixEelco Dolstra7-94/+94
2014-10-10gcc-wrapper: Wrap ld.goldEelco Dolstra1-0/+8
2014-10-10gcc-wrapper: Get rid of builder.sh + cleanupEelco Dolstra7-275/+192
2014-09-23gcc-wrapper: Remove NIX_GCC_NEEDS_GREPEelco Dolstra3-33/+3
2014-09-15gcc-wrapper: Use a real dateEelco Dolstra1-2/+2
2014-09-14Fix __DATE__ and __TIME__ purification in gcc-wrapperGergely Risko1-2/+2
2014-09-13gcc-wrapper: make __DATE__/__TIME__ deterministicAlexander Kjeldaas1-5/+14
2014-09-08Merge branch 'staging' into modular-stdenvVladimír Čunát1-1/+0
2014-09-02ld-wrapper: Put back the --sysroot filterEelco Dolstra1-0/+3
2014-08-18gcc: Revive the no-sys-dirs patchEelco Dolstra2-4/+0
2014-08-09Cleanup: Use += to append to envHooksEelco Dolstra1-1/+1
2014-08-09stdenv: Remove the special handling of gccEelco Dolstra1-0/+2
2014-07-02Fix SNAFU using $NIX_LDFLAGS_AFTEREelco Dolstra1-1/+3
2014-07-01Darwin: Search for libraries in $sdk/usr/libEelco Dolstra1-2/+2
2014-06-30gcc: Fix purityEelco Dolstra2-0/+4
2014-04-02gcc-wrapper: don't fail when cpp doesn't existVladimír Čunát1-1/+1
2014-04-02gcc-wrapper: preferLocalBuild, as it does little workVladimír Čunát1-0/+2
2014-04-02gcc-{,cross-}wrapper: add 'cpp' wrapper (close #1820)Bjørn Forsman1-0/+2
2014-02-10preferLocalBuild: revert a stdenv changeVladimír Čunát1-2/+0
2014-02-10preferLocalBuild: set to true for wrappers and fetchersVladimír Čunát1-0/+2
2014-02-05Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra1-4/+4
2014-01-10gcc-wrapper: Use -isystem instead of -IEelco Dolstra1-1/+1
2013-04-19Merge changes from branch 'master' into stdenv-updates.Peter Simons1-1/+1
2013-04-10gcc-wrapper: avoiding one glibc rebuild, for gcc.crossDrvLluís Batlle i Rossell1-1/+1
2013-02-28GCC 4.7.2 + updated libraries compiles on Illumos/SmartOS!Danny Wilson3-2/+60
2012-12-29Merge branch 'stdenv-updates' into pi-stdenv-updatesLluís Batlle i Rossell3-201/+3
2012-12-29Enabling support of ld-linux-armhf.so.3 ld.so, in ARMLluís Batlle i Rossell2-2/+3
2012-12-29Unifying buildergo.sh and builder.sh into one.Lluís Batlle i Rossell3-201/+3
2012-12-28Remove unnecessary parentheses around if conditionsEelco Dolstra1-1/+1
2012-12-28Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra1-5/+5
2012-09-11stdenv-updates: merge updates from 'master' branchPeter Simons2-2/+203
2012-08-03Adding gccgo for gcc4.7.Lluís Batlle i Rossell2-2/+203
2012-07-02Extend compiler wrapper scripts to allow compilation of "/dev/null" input.Peter Simons1-0/+1
2012-04-15Add armv7l support.Nicolas Pierron1-1/+1
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