diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-14 20:16:05 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-14 23:32:25 -0800 |
commit | 2c6b185c418c128aed36b91199c064be28c163d0 (patch) | |
tree | 30ad1f7cdb3ad51b9fb93b8ee4e2fa6e2850990c /packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch | |
parent | 7c7eca2fab5a5a548c08b3ad48030788b8cb853b (diff) | |
download | crosstool-ng-2c6b185c418c128aed36b91199c064be28c163d0.tar.gz crosstool-ng-2c6b185c418c128aed36b91199c064be28c163d0.tar.bz2 crosstool-ng-2c6b185c418c128aed36b91199c064be28c163d0.zip |
Patch elf2flt to fix the breakage with host GCC8
... and binutils 2.32 (more headers needed).
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch')
-rw-r--r-- | packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch b/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch deleted file mode 100644 index b74a0ac2..00000000 --- a/packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch +++ /dev/null @@ -1,30 +0,0 @@ -commit 2c8ab83ec84662f4916b5237da3e4330956a32eb -Author: Alexey Neyman <stilor@att.net> -Date: Sat Sep 29 13:12:08 2018 -0700 - - Create symlink to <bfd/diagnostics.h> in bfd-headers - - Included by <bfd/bfd.h>. - - Signed-off-by: Alexey Neyman <stilor@att.net> - -diff --git a/Makefile.in b/Makefile.in -index cfad06c..8162cba 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -123,11 +123,14 @@ sinclude .deps - $(CC) -MM $(CPPFLAGS) $(srcdir)/*.c > .deps - - -+# Not all versions of binutils have all these headers, some may end up -+# as dangling symlinks - bfd-headers/.stamp: - rm -rf bfd-headers - mkdir bfd-headers - ln -sf $(BFD_INCLUDE_DIR)/bfd.h bfd-headers/bfd.h -- for f in ansidecl filenames hashtab libiberty symcat; do \ -+ ln -sf $(BFD_INCLUDE_DIR)/diagnostics.h bfd-headers/diagnostics.h -+ for f in ansidecl filenames hashtab libiberty symcat diagnostics; do \ - ln -sf $(BINUTILS_INCLUDE_DIR)/$$f.h bfd-headers/$$f.h || exit 1; \ - done - ln -sf $(BINUTILS_INCLUDE_DIR)/elf bfd-headers/elf |