Skip to content

Commit 1377300

Browse files
akpm00hnaz
authored andcommitted
I need old gcc
Old, unsupported cross-compiler :( Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 27abd5b commit 1377300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/linux/compiler-gcc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
/* GCC 4.1.[01] miscompiles __weak */
151151
#ifdef __KERNEL__
152152
# if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
153-
# error Your version of gcc miscompiles the __weak directive
153+
//# error Your version of gcc miscompiles the __weak directive
154154
# endif
155155
#endif
156156

0 commit comments

Comments
 (0)