about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/builder.sh
AgeCommit message (Expand)AuthorFilesLines
2023-07-07gcc: remove builder.shAdam Joseph1-290/+0
2023-06-30Revert "gcc: kludge to prevent mass-rebuild"Adam Joseph1-2/+2
2023-07-08gcc: restore 'Configured with:' output on 'gcc -v' outputSergei Trofimovich1-2/+3
2023-04-10gcc: drop include-fixed/bits/statx.hSergei Trofimovich1-1/+1
2023-03-29gcc: exclude malformed `sys/mount.h` from fixed headers directoryMaximilian Bosch1-1/+1
2023-03-06gcc: do not install sys-include headers for cross-compilers.Sergei Trofimovich1-0/+11
2023-02-01gcc: revert "provide both native and cross forms of gcc.libs libraries"Sergei Trofimovich1-11/+0
2023-01-14Merge pull request #209153 from trofi/gcc-libs-cross-linkSergei Trofimovich1-0/+11
2023-01-05gcc: provide both native and cross forms of gcc.libs librariesSergei Trofimovich1-0/+11
2023-01-03gcc/builder.sh: drop dead RPATH clobbering codeSergei Trofimovich1-19/+0
2022-12-08treewide: fix some core package structuredAttrsArtturin1-0/+1
2022-08-05gcc: factor out $linkLib64toLib, move it from bash to nixAdam Joseph1-1/+1
2022-08-05gcc: add linkLib32toLib to create lib32->lib linksAdam Joseph1-0/+5
2022-07-28Merge pull request #182513 from trofi/strip-for-host-and-targetBernardo Meurer1-5/+0
2022-07-25gcc: enable stripping for cross-compilersSergei Trofimovich1-5/+0
2022-07-18gcc: drop outdated sed for system headers clobberSergei Trofimovich1-9/+0
2022-03-22pkgsStatic.stdenv.cc.cc: put static libs in $libAlyssa Ross1-0/+4
2021-01-21gcc: allow stripping gcc librariesMatthew Bauer1-3/+3
2020-12-27bintools-wrapper: skip dynamic linker for static binariesJörg Thalheim1-1/+4
2020-10-26Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát1-1/+6
2020-10-25Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát1-6/+1
2020-10-18Merge #92704: gcc: Improve manpage symlinksVladimír Čunát1-1/+6
2020-09-02Merge pull request #94637 from antifuchs/gccemacs-on-darwinadisbladis1-1/+1
2020-08-26Merge remote-tracking branch 'origin/master' into gcc-crossMatthew Bauer1-43/+44
2020-08-25gcc: On darwin, adjust IDs of installed .so files alsoAndreas Fuchs1-1/+1
2020-07-23stdenv: make -nostdinc work as intendedJörg Thalheim1-1/+1
2020-07-08gcc: fix manpage symlinks when arch tuple is in the file nameAlexandria Corkwell1-1/+6
2020-05-26gcc: fix building darwin->linux cross compilerGaelan Steele1-1/+11
2020-05-12*-wrapper; Switch from `infixSalt` to `suffixSalt`John Ericson1-24/+24
2020-05-05gcc: don’t require "lib" outputMatthew Bauer1-18/+18
2020-04-10Merge pull request #83181 from matthewbauer/move-win-outputsMatthew Bauer1-0/+1
2020-03-23gcc: move .dll.a* outputs to $libMatthew Bauer1-0/+1
2020-03-13gcc: fix musl cross-compiler on i686Ben Wolsieffer1-2/+2
2020-03-05gcc: remove unneeded RPATH patchingBen Wolsieffer1-7/+0
2020-03-04gcc: move target-specific runtime libraries to separate outputBen Wolsieffer1-13/+13
2018-12-22treewide: remove paxutils from stdenvJörg Thalheim1-5/+0
2018-09-07gcc-*: Clean up crossStageStatic logicJohn Ericson1-1/+1
2018-03-08treewide: Remove gnat support.Shea Levy1-2/+0
2017-12-13gcc: Adjust builder.sh to find some things in bintools-wrapper insteadJohn Ericson1-19/+34
2017-12-10gcc: Don't choke if there is no lib outputJohn Ericson1-1/+1
2017-12-07gcc: Fix after mergeJohn Ericson1-5/+0
2017-12-06gcc: Handle `CPATH` and `LIBRARY_PATH` purely in NixJohn Ericson1-13/+5
2017-12-06gcc: Modernize builder.sh for CrossJohn Ericson1-98/+99
2017-04-04gcc: include dylibs for darwin buildDaiderd Jordan1-0/+12
2016-09-20gcc_multi: Move $out/lib64/* to $lib/lib64Eelco Dolstra1-6/+15
2016-06-23Merge #16355: gcc: darwin supportVladimír Čunát1-13/+15
2016-06-19gcc: fix darwin buildingMatthew Bauer1-13/+15
2016-06-11cross GCC: Fix some paths to libc headers (after multiple outputs)Tuomas Tynkkynen1-6/+7
2016-05-31fixing libcCross related flagsEric Litak1-4/+0
2016-05-22gcc: fix #15033: avoid lib64/ symlink to 32-bit lib/Vladimír Čunát1-8/+5