about summary refs log tree commit diff
path: root/pkgs/build-support/cc-wrapper
AgeCommit message (Expand)AuthorFilesLines
2023-04-10julia{18,19,}: fix build by a temporary hackVladimír Čunát1-1/+6
2023-04-04Merge #169327: cc-wrapper: fix minor problemsVladimír Čunát1-0/+2
2023-04-03Merge pull request #209870 from amjoseph-nixpkgs/pr/stdenv/external-gcc-boots...Bernardo Meurer1-3/+39
2023-04-02stdenv: Nix-driven bootstrap of gccAdam Joseph1-2/+33
2023-04-02cc-wrapper: if isClang, add -L${gccForLibs.libgcc}/libAdam Joseph1-1/+6
2023-03-17cc-wrapper: make $tool-prefixed `cpp` wrapping unconditionalSergei Trofimovich1-5/+3
2023-03-17cc-wrapper: wrap `cpp` for cross lust like to nativeSergei Trofimovich1-0/+4
2023-02-21Merge pull request #216232 from amjoseph-nixpkgs/pr/cc-wrapper/useCcForLibsSergei Trofimovich1-2/+4
2023-02-20cc-wrapper: allow non-clang compilers to use gccForLibs codepathAdam Joseph1-2/+4
2023-02-21cc-wrapper: fix inverted logic around fortify & fortify3 mutual exclusionRobert Scott1-1/+1
2023-02-16Merge pull request #212498 from risicle/ris-fortify3Robert Scott1-3/+24
2023-02-13treewide: use optionalStringFelix Buehler1-3/+1
2023-01-31cc-wrapper: revert change to `-isystem`wrvsrx1-3/+3
2023-01-31cc-wrapper: add -cxx-isystem to libcxx-cxxflags instead of libc-cflagswrvsrx1-3/+3
2023-01-31cc-wrapper: add the '-xc++' and `-x*-header` case to the wrapperwrvsrx1-0/+2
2023-01-31cc-wrapper: replace "-isystem" by "-cxx-isystem" for c++ headerwrvsrx1-3/+3
2023-01-29build-support/cc-wrapper: revert "pass in non-existent --sysroot= to untangle...Sergei Trofimovich1-7/+0
2023-01-28build-support/cc-wrapper: add libstdc++fs into default library path for clangSergei Trofimovich1-0/+5
2023-01-25Merge master into staging-nextgithub-actions[bot]1-3/+3
2023-01-24cc-wrapper: add support for fortify3 flagRobert Scott1-3/+24
2023-01-24llvmPackages: use libcxxrt on FreeBSDAlyssa Ross1-3/+3
2023-01-20Merge remote-tracking branch 'origin/staging-next' into stagingSergei Trofimovich2-0/+12
2023-01-20gccgo: wrap go binary (#207670)Yureka2-0/+12
2023-01-14Merge remote-tracking branch 'origin/staging-next' into stagingSergei Trofimovich3-17/+64
2023-01-14Merge pull request #210004 from trofi/cc-fake-sysrootSergei Trofimovich1-0/+7
2023-01-13Merge master into staging-nextgithub-actions[bot]3-17/+64
2023-01-13Merge #209423: gnat12: add for x86_64-darwinVladimír Čunát3-17/+64
2023-01-11Merge remote-tracking branch 'origin/master' into staging-nextMartin Weinelt1-2/+4
2023-01-10cc-wrapper: -march= is not allowed on powerpcAdam Joseph1-2/+4
2023-01-10build-support/cc-wrapper: pass in non-existent --sysroot= to untangle from libcSergei Trofimovich1-0/+7
2023-01-07cc-wrapper: Wrap/link all other GNAT commandsBoey Maun Suang2-17/+34
2023-01-07cc-wrapper: Fix gnatmake wrapperBoey Maun Suang3-1/+31
2022-12-08treewide: fix some core package structuredAttrsArtturin1-11/+8
2022-12-08allow derivation attributes in envArtturin1-6/+9
2022-11-30cc-wrapper: fix path to libcxx includes for cross compilersNick Cao1-2/+2
2022-10-28Merge pull request #197937 from danielbarter/cc-wrapper-hookJohn Ericson1-0/+6
2022-10-28Revert "Merge #191724: cc-wrapper: remove duplicate include flags"Vladimír Čunát3-125/+1
2022-10-26cc-wrapper: adding a cc-wrapper-hook to the cc-wrapperDaniel Barter1-0/+6
2022-10-16Merge pull request #191134 from Et7f3/remove-duplicate-code-cc-wrapperSergei Trofimovich1-2/+0
2022-10-14stdenv cc-wrapper: revert a problematic change for non-LinuxVladimír Čunát2-1/+123
2022-10-08Merge pull request #193871 from trofi/FORTIFY-unset-and-setSergei Trofimovich1-1/+3
2022-10-05Merge #191724: cc-wrapper: remove duplicate include flagsVladimír Čunát1-0/+2
2022-10-01cc-wrapper/add-hardening.sh: always unset _FORTIFY_SOURCE before re-setting itSergei Trofimovich1-1/+3
2022-09-28cc-wrapper/setup-hook.sh: remove duplicate flags in NIX_CFLAGS_COMPILEDaniel Barter1-0/+2
2022-09-26Add `stdenv.cc.libcxx` to detect the standard C++ libraryYang, Bo1-1/+1
2022-09-22cc-wrapper: fix linking against GCC libs for non-GCCDaniel Fullmer1-1/+3
2022-09-20cc-wrapper: comment explaining C++ stdlib orderTheodore Ni1-0/+25
2022-09-14cc-wrapper: remove duplicate C{C,XX}${role_post}Et7f31-2/+0
2022-08-25Merge staging-next into staginggithub-actions[bot]1-0/+2
2022-08-25cc-wrapper: disable stackprotector for MicroBlazeMinijackson1-0/+2