Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71824
b: refs/heads/master
c: d8af7c6
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Oct 19, 2007
1 parent 03e7450 commit 50da8ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b7076156af7a87799c0e425db5aec8378be1c3ea
refs/heads/master: d8af7c6ab0bc4e2404f290801982b40223a97408
8 changes: 0 additions & 8 deletions trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,7 @@
/*
* This is one of the first .c files built. Error out early if we have compiler
* trouble.
*
* Versions of gcc older than that listed below may actually compile and link
* okay, but the end product can have subtle run time bugs. To avoid associated
* bogus bug reports, we flatly refuse to compile with a gcc that is known to be
* too old from the very beginning.
*/
#if (__GNUC__ < 3) || (__GNUC__ == 3 && __GNUC_MINOR__ < 2)
#error Sorry, your GCC is too old. It builds incorrect kernels.
#endif

#if __GNUC__ == 4 && __GNUC_MINOR__ == 1 && __GNUC_PATCHLEVEL__ == 0
#warning gcc-4.1.0 is known to miscompile the kernel. A different compiler version is recommended.
Expand Down

0 comments on commit 50da8ee

Please sign in to comment.