nixpkgs/pkgs/development/compilers/gcc
Adam Joseph 7621636030 gcc: use Nix instead of bash for conditional
Now that we use the standard builder, the commands produced by
pre-configure.nix are wrapped in a bash function.  Inside of a bash
function, `export foo=` will still add `foo` to the environment of
any child processes forked after that point, but those variables
will *not* be visible to bash code which is outside of the
function-scope in which the `export` occurs.

Weird crap like this is yet another reason why we need to move away
from using bash for logic.  Let's switch.
2023-07-07 05:56:46 -07:00
..
4.8 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
4.9 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
6 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
7 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
8 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
9 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
10 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
11 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
12 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
13 gcc: use callFile instead of callPackage for builder.nix 2023-07-07 05:56:46 -07:00
common gcc: use Nix instead of bash for conditional 2023-07-07 05:56:46 -07:00
ada-cctools-as-detection-configure.patch
fix-bug-80431.patch gcc{6..11}: import a patch into nixpkgs 2023-05-26 12:55:25 +02:00
gcc-12-gfortran-driving.patch
gcc-12-no-sys-dirs.patch
gfortran-darwin-NXConstStr.patch
gfortran-driving.patch
gnat-cflags-11.patch
gnat-cflags.patch
gnat-darwin-dylib-install-name.patch
libgomp-dont-force-initial-exec.patch
libphobos.patch
libsanitizer-no-cyclades-9.patch
libsanitizer-no-cyclades.patch
libstdc++-netbsd-ctypes.patch
libstdc++-target.patch
no-sys-dirs-riscv-gcc9.patch
no-sys-dirs-riscv.patch
no-sys-dirs.patch
parallel-bconfig.patch
ppc-musl.patch
res_state-not-declared.patch
sigsegv-not-declared.patch
struct-sigaltstack-4.9.patch
struct-sigaltstack.patch
struct-ucontext-4.5.patch
struct-ucontext-4.8.patch
struct-ucontext-libjava.patch
struct-ucontext.patch
update-mcfgthread-patches.sh
use-source-date-epoch.patch