diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-02 20:17:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-08-02 20:17:03 +0200 |
commit | 875d97a257d43e5b5a02de8691c40cb17f6b039f (patch) | |
tree | e1baeb1fe0b4299f401c35eb9fd2a598ae8c5427 /package/u-boot-h8300/patches | |
parent | 7da4bacf37eb053bc0a2979d21416cebe1451c53 (diff) |
u-boot-h8300: alow to build with host gcc >5
Diffstat (limited to 'package/u-boot-h8300/patches')
-rw-r--r-- | package/u-boot-h8300/patches/patch-include_linux_compiler-gcc_h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/u-boot-h8300/patches/patch-include_linux_compiler-gcc_h b/package/u-boot-h8300/patches/patch-include_linux_compiler-gcc_h new file mode 100644 index 000000000..9780e2175 --- /dev/null +++ b/package/u-boot-h8300/patches/patch-include_linux_compiler-gcc_h @@ -0,0 +1,11 @@ +--- u-boot-h8300.orig/include/linux/compiler-gcc.h 2017-08-02 19:27:30.000000000 +0200 ++++ u-boot-h8300/include/linux/compiler-gcc.h 2017-08-02 19:51:29.008209716 +0200 +@@ -109,7 +109,7 @@ + #define __always_unused __attribute__((unused)) + + #define __gcc_header(x) #x +-#define _gcc_header(x) __gcc_header(linux/compiler-gcc##x.h) ++#define _gcc_header(x) __gcc_header(linux/compiler-gcc5.h) + #define gcc_header(x) _gcc_header(x) + #include gcc_header(__GNUC__) + |