gcc8: removed merged patches

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.
```
This commit is contained in:
Patrick Hilhorst
2018-05-02 20:51:01 +02:00
parent 728eb27618
commit d0708a30c4
3 changed files with 1 additions and 128 deletions
+1 -6
View File
@@ -57,12 +57,7 @@ let version = "8.1.0";
enableParallelBuilding = true;
patches =
[ # https://gcc.gnu.org/ml/gcc-patches/2018-02/msg00633.html
/* ./riscv-pthread-reentrant.patch */ # TODO: is this needed?
# https://gcc.gnu.org/ml/gcc-patches/2018-03/msg00297.html
/* ./riscv-no-relax.patch */
]
++ optional (targetPlatform != hostPlatform) ../libstdc++-target.patch
optional (targetPlatform != hostPlatform) ../libstdc++-target.patch
++ optional noSysDirs ../no-sys-dirs.patch
/* ++ optional (hostPlatform != buildPlatform) (fetchpatch { # XXX: Refine when this should be applied
url = "https://git.busybox.net/buildroot/plain/package/gcc/7.1.0/0900-remove-selftests.patch?id=11271540bfe6adafbc133caf6b5b902a816f5f02";