Skip to content

Commit

Permalink
I need old gcc
Browse files Browse the repository at this point in the history
Old, unsupported cross-compiler :(

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
  • Loading branch information
akpm00 authored and hnaz committed Feb 18, 2017
1 parent 298027a commit 18c2d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/compiler-gcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
/* GCC 4.1.[01] miscompiles __weak */
#ifdef __KERNEL__
# if GCC_VERSION >= 40100 && GCC_VERSION <= 40101
# error Your version of gcc miscompiles the __weak directive
//# error Your version of gcc miscompiles the __weak directive
# endif
#endif

Expand Down

0 comments on commit 18c2d4a

Please sign in to comment.