summary refs log tree commit diff
path: root/pkgs/development/compilers/gcc/8/default.nix
Commit message (Collapse)AuthorAge
* Merge pull request #46127 from obsidiansystems/gcc-crossStageStatic-cleanupJohn Ericson2018-09-25
|\ | | | | gcc-*: Clean up crossStageStatic logic
| * gcc-*: Clean up crossStageStatic logicJohn Ericson2018-09-07
| | | | | | | | | | 54282b9610e80b1ed93136319e24cb79c5bbcc33 tread carefuly to avoid a mass rebuild. This embraces the mass rebuild to clean things up.
* | gcc: Clarify Disabling libmpx in cross stage staticJohn Ericson2018-09-18
|/ | | | | | This isn't a MUSL thing, but just needed for cross compilation to x86. No one had tried this when all cross compilation was to linux + glibc, hence why no one noticed this until recently.
* treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* hurd: cleanup unmaintained targetJörg Thalheim2018-08-28
| | | | | | This has been not touched in 6 years. Let's remove it to cause less problems when adding new cross-compiling infrastructure. This also simplify gcc significantly.
* [RFC] ppc64le enablement (#45340)CrystalGamma2018-08-21
| | | | | | | | | | | | | | | | * ppc64le enablement * gcc, glibc: properly handle __float128 * lib/systems, stdenv: syntax cleanup * gcc7: remove ugly hack * gcc: add/update __float128 flags * stdenv: add another pair of quotes for consistency * gcc: move __float128 flag for ppc64le-glibc into common/platform-flags.nix
* gcc8: 8.1 -> 8.2Will Dietz2018-07-27
| | | | https://gcc.gnu.org/gcc-8/changes.html
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* [bot]: remove unreferenced codevolth2018-07-20
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-14
|\
| * Merge remote-tracking branch 'upstream/master' into gcc-hurd-conditionJohn Ericson2018-05-14
| |
* | Merge pull request #40040 from obsidiansystems/gnu-config-armJohn Ericson2018-05-14
|\ \ | | | | | | gnu-config: Update, allowing hacks to be removed
| * | Merge remote-tracking branch 'upstream/master' into gnu-config-armJohn Ericson2018-05-14
| |/
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-11
|\|
| * Merge remote-tracking branch 'upstream/master' into lib-floatJohn Ericson2018-05-10
| |
* | gcc: Get rid of crossAttrsJohn Ericson2018-05-10
|/ | | | Only a little bit was left
* gcc8: Removed X11 components, since they were only used by langJavaPatrick Hilhorst2018-05-03
|
* gcc8: Removed java as a target languagePatrick Hilhorst2018-05-03
|
* gcc8: made the remove-selftests patch more robust, removed old hashPatrick Hilhorst2018-05-02
|
* gcc8: removed commented gcc7 hashPatrick Hilhorst2018-05-02
|
* gcc8: removed merged patchesPatrick Hilhorst2018-05-02
| | | | | | | | | | | | | | | | | | | | | | Log: ``` patching sources applying patch /nix/store/6m27y27zvzsjn1ir4y8mm9nc9xnh2sgx-riscv-no-relax.patch patching file gcc/config/riscv/riscv.c Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file gcc/config/riscv/riscv.c.rej patching file gcc/config/riscv/riscv.opt Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file gcc/config/riscv/riscv.opt.rej patching file gcc/doc/invoke.texi Reversed (or previously applied) patch detected! Assume -R? [n] Apply anyway? [n] Skipping patch. ```
* gcc8: added myself as maintainerPatrick Hilhorst2018-05-02
|
* gcc8: init at 8.1.0Patrick Hilhorst2018-05-02