about summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/4.5/default.nix
AgeCommit message (Expand)AuthorFilesLines
2018-03-08treewide: Remove gnat support.Shea Levy1-472/+0
2018-02-23lib, treewide: Add missing MIPS arches, and fix existing usageDaniel Barlow1-2/+2
2018-01-09gcc, binutils: Narrow down ARM hack so only native builds are affectedJohn Ericson1-1/+1
2018-01-08Revert "gcc, binutils: Get rid of 32-bit ARM configure flag exception"Drew Hess1-1/+5
2017-12-31Merge branch 'master' into stagingVladimír Čunát1-2/+5
2017-12-30gcc, binutils: Get rid of 32-bit ARM configure flag exceptionJohn Ericson1-5/+1
2017-12-30gcc: Fix deps, for cross and consistencyJohn Ericson1-2/+12
2017-12-30gcc: Let cc-wrapper's setup hook define any tool env vars we needJohn Ericson1-47/+0
2017-12-30gcc: Add build->build dep for C compilersJohn Ericson1-0/+1
2017-12-30cc-wrapper: allow compilers to specify unsupported hardening modesDmitry Kalinkin1-2/+5
2017-12-29Merge branch 'mingw32-w64-fix' into ericson2314-cross-baseJohn Ericson1-1/+1
2017-12-29Merge pull request #33167 from bnikolic/mingw32-w64-fixJohn Ericson1-1/+1
2017-12-29Merge commit 'e82bd498d1a2a28fb20249569a6f49fcaab9aca8' into mingw32-w64-fixJohn Ericson1-97/+122
2017-12-29Merge commit '3a59cd87f26cc59c91fb821749b1ec0d64922f87' into mingw32-w64-fixJohn Ericson1-7/+6
2017-12-29Merge commit '51948eab9415fde1825dea5c7d31b99b2e1a0fdb' into mingw32-w64-fixJohn Ericson1-3/+3
2017-12-29gcc: Enable SSP and shared libs in the final stage for MinGWBojan Nikolic1-1/+1
2017-12-13gcc: Adjust builder.sh to find some things in bintools-wrapper insteadJohn Ericson1-0/+1
2017-12-07Merge commit '992bd2f6d34b2f560fc17df6fa3708fcade1abac' into gcc-modernize-bu...John Ericson1-97/+122
2017-12-07Merge commit '93cd0685c5ac4d8f21d8586d3e5c45cd7394fab9' into gcc-modernize-bu...John Ericson1-7/+6
2017-12-07gcc: Fix after mergeJohn Ericson1-3/+3
2017-12-06gcc: Handle `CPATH` and `LIBRARY_PATH` purely in NixJohn Ericson1-35/+36
2017-12-06gcc: Modernize builder.sh for CrossJohn Ericson1-3/+6
2017-12-05Merge commit 'ab77a6bb1e7d2ff475210ad392f1a9bd1bb6ba3a' into gcc-simplify-flagsJohn Ericson1-95/+120
2017-12-05Merge commit '71186e73455a4e06e96a31da34b76f84e545ba1f' into gcc-simplify-flagsJohn Ericson1-9/+7
2017-12-05Merge commit '198dceccbe5414a5fd72ca83624c0cc715db1aad' into gcc-simplify-flagsJohn Ericson1-1/+1
2017-12-05gcc: Use platformFlags in crossConfigureFlagsJohn Ericson1-12/+1
2017-12-05lib, gcc: No `inherit (platform) gcc;` in {host,build,target}PlatformJohn Ericson1-6/+6
2017-12-04gcc: Get rid of crossAttrs.configureFlagsJohn Ericson1-31/+26
2017-12-04gcc: Lock down more tools for cross-buildsJohn Ericson1-2/+31
2017-11-14gcc: Misc indentation and whitespace-in-string fixesJohn Ericson1-13/+15
2017-11-14gcc: Refactor treatment of configure flagsBen Gamari1-108/+127
2017-11-08Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson1-4/+4
2017-11-07gcc-4.5: fixup build with glibc-2.26Vladimír Čunát1-0/+1
2017-11-05treewide: Depend on targetPackages.stdenv.cc.bintools instead of binutils dir...John Ericson1-4/+4
2017-09-21gcc: Change default of `crossStageStatic` param to falseJohn Ericson1-2/+4
2017-09-04gcc-4.5: Fix typoJohn Ericson1-1/+1
2017-08-24Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen1-2/+3
2017-08-24treewide: Consistently call ARM 'arm'Tuomas Tynkkynen1-1/+1
2017-08-23gcc: Add `configurePlatforms` exception for Arm 32John Ericson1-1/+6
2017-08-23gcc: Use `configurePlatforms` to control --build, --host, and --targetJohn Ericson1-2/+2
2017-08-23gcc-4.5: fix buildVladimír Čunát1-2/+3
2017-08-18gcc: Homogenize syntax in one small spotJohn Ericson1-2/+1
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
2017-06-22misc: Remove almost all uses of stdenv.{ccCross,binutils}John Ericson1-1/+1
2017-06-06gcc*: Replace stdenv.is* with {host,target}Platform.is*John Ericson1-3/+3
2017-06-06gcc*: Remove cross argument and instead use hostPlatform and targetPlatformRoss MacLeod1-24/+23
2017-05-17gcc: When cross compiling, always expect prefixed binutilsJohn Ericson1-0/+3
2017-04-25binutilsCross: Remove and use `binutils` instead alwaysJohn Ericson1-2/+1
2017-04-24Rewrite a few `stdenv.cross` uses that *should* be `targetPlatform`John Ericson1-10/+11
2016-09-15gcc: fix gmp, mpfr includesMatthew Bauer1-22/+20