tools/mkimage: Update U-Boot to version 2019.07
[openwrt/staging/chunkeey.git] / tools / mkimage / patches / 080-remove_compiler_check.patch
diff --git a/tools/mkimage/patches/080-remove_compiler_check.patch b/tools/mkimage/patches/080-remove_compiler_check.patch
deleted file mode 100644 (file)
index 5e0792f..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
---- a/include/linux/compiler-gcc.h
-+++ b/include/linux/compiler-gcc.h
-@@ -146,13 +146,6 @@
- #if GCC_VERSION >= 40000
--/* GCC 4.1.[01] miscompiles __weak */
--#ifdef __KERNEL__
--# if GCC_VERSION >= 40100 &&  GCC_VERSION <= 40101
--#  error Your version of gcc miscompiles the __weak directive
--# endif
--#endif
--
- #define __used                        __attribute__((__used__))
- #define __compiler_offsetof(a, b)                                     \
-       __builtin_offsetof(a, b)