| diff -aruN a/Makefile.flags b/Makefile.flags |
| --- a/Makefile.flags 2010-08-22 01:21:38.000000000 -0700 |
| +++ b/Makefile.flags 2010-10-08 14:45:16.517324148 -0700 |
| @@ -41,7 +41,7 @@ |
| ## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; }) |
| ## stuff in macros. This would obfuscate the code too much. |
| ## Maybe try __attribute__((__may_alias__))? |
| -#CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing) |
| +CFLAGS += $(call cc-ifversion, -ge, 0404, -fno-strict-aliasing) |
| endif |
| # gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action() |
| CFLAGS += $(call cc-ifversion, -ge, 0400, -Wold-style-definition) |