![]() | |||||||||||||
Messages in this thread |
Jakub Jelinek wrote: > #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6) > #error sorry, your GCC is too old. It builds incorrect kernels. > +#elif __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 7) > +#error sorry, your GCC is too new. 2.0.x kernels should be compiled with GCC 2.7.2.x > #endif What about obtaining the rest of the version string? i.e 2.7.2.3? How does one do that, apart from using a script with gcc -v? Cheers, Alex. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu | ||||||||||||
| Last update: 2005-03-22 12:42 [W:0.255 / U:0.100 seconds] ©2003-2008 Jasper Spaans | |||||||||||||