X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fmkimage%2Fpatches%2F080-remove_compiler_check.patch;fp=tools%2Fmkimage%2Fpatches%2F080-remove_compiler_check.patch;h=0000000000000000000000000000000000000000;hb=169152c8d118408ba62788a1e6b9eae368dc8b79;hp=5e0792f25f394cbfb34bd552f34bc9bdd26778a5;hpb=662394fb30fdbcc89ec387918714aebee6868a9f;p=openwrt%2F.git diff --git a/tools/mkimage/patches/080-remove_compiler_check.patch b/tools/mkimage/patches/080-remove_compiler_check.patch deleted file mode 100644 index 5e0792f25f..0000000000 --- a/tools/mkimage/patches/080-remove_compiler_check.patch +++ /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)