3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/development/compilers/gcc
sternenseemann acdc783418 gcc*: always force --program-prefix and pass --target
Don't rely on gcc detecting from the passed platforms which prefix to
use, but always specify the prefix nixpkgs expects (or doesn't). This
allows us to work around problems where the configure script would add
prefix where nixpkgs doesn't expect one (if `--target` was specified,
but the same as `--host`) or doesn't add one if nixpkgs expects one (if
`--target` and `--host` are the same, but we are actually cross
compiling, but the relevant parts of the platform are not encoded into
the platform config.

See also ca9be0511b.
2021-04-16 22:54:05 +02:00
..
4.8 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
4.9 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
6 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
7 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
8 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
9 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
10 gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
common gcc*: always force --program-prefix and pass --target 2021-04-16 22:54:05 +02:00
builder.sh gcc: allow stripping gcc libraries 2021-01-21 16:25:48 -06:00
gfortran-darwin-NXConstStr.patch
gfortran-driving.patch
gnat-cflags.patch
libgomp-dont-force-initial-exec.patch
libphobos.patch
libstdc++-netbsd-ctypes.patch
libstdc++-target.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 gcc10: fix MinGW build & use local copy of mcfgthread patches 2021-01-03 23:04:37 -05:00
use-source-date-epoch.patch