about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/common/platform-flags.nix
AgeCommit message (Expand)AuthorFilesLines
2024-06-15gcc: fix building with gcc.cpu on some platformsAlyssa Ross1-1/+2
2023-05-05Merge pull request #228296 from amjoseph-nixpkgs/pr/gcc/libsanitizer/mips64n32Adam Joseph1-0/+1
2023-04-27gcc: tighten platform flags special-case for aarch64-darwinElias Naur1-2/+5
2023-04-26gcc: disable libsanitizer on mips64n32Adam Joseph1-0/+1
2023-04-05gcc: only pass --with-long-double-format if gcc allows itAdam Joseph1-1/+8
2023-04-05gcc: make --with-long-double-format configurable by targetPlatform.gccAdam Joseph1-2/+3
2023-04-05gcc: if isPower64 && !isMusl use --with-long-double-format=ieeeAdam Joseph1-3/+7
2021-01-30gcc: fix powerpc64-linuxRyan Burns1-1/+1
2021-01-23lib: Clean up how linux and gcc config is specifiedJohn Ericson1-1/+1
2021-01-22Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer1-1/+1
2021-01-21lib: Clean up how linux and gcc config is specifiedJohn Ericson1-1/+1
2019-04-21fix bootstrap when platform.gcc.arch=="skylake"volth1-1/+1
2018-08-21[RFC] ppc64le enablement (#45340)CrystalGamma1-0/+3
2018-05-12lib: Fix float handling for Aarch32John Ericson1-3/+3
2018-05-10lib: Clean up float/fpu optionsJohn Ericson1-1/+2
2018-05-10gcc: Factor out "platform flags"John Ericson1-0/+12