blob: ef0cfceb95ebda5c4c911aa44c2692701647e981 [file] [log] [blame]
diff -aruN a/wrapper/compiler.h b/wrapper/compiler.h
--- a/wrapper/compiler.h 2015-09-04 10:20:27.133032355 -0700
+++ b/wrapper/compiler.h 2015-09-04 10:20:35.688926684 -0700
@@ -23,20 +23,4 @@
#include <linux/compiler.h>
-/*
- * Don't allow compiling with buggy compiler.
- */
-
-#ifdef GCC_VERSION
-
-/*
- * http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58854
- */
-# ifdef __ARMEL__
-# if GCC_VERSION >= 40800 && GCC_VERSION <= 40802
-# error Your gcc version produces clobbered frame accesses
-# endif
-# endif
-#endif
-
#endif /* _LTTNG_WRAPPER_COMPILER_H */