Magellan Linux

Diff of /tags/mkinitrd-6_3_1/busybox/Makefile.flags

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 984 by niro, Sun May 30 11:32:42 2010 UTC revision 1123 by niro, Wed Aug 18 21:56:57 2010 UTC
# Line 40  CFLAGS += $(call cc-option,-Werror,) Line 40  CFLAGS += $(call cc-option,-Werror,)
40  ## Classic *(off_t*)(void*)ptr does not work,  ## Classic *(off_t*)(void*)ptr does not work,
41  ## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; })  ## and I am unwilling to do crazy gcc specific ({ void *ppp = ...; })
42  ## stuff in macros. This would obfuscate the code too much.  ## stuff in macros. This would obfuscate the code too much.
43    ## Maybe try __attribute__((__may_alias__))?
44  #CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing)  #CFLAGS += $(call cc-ifversion, -eq, 0404, -fno-strict-aliasing)
45  endif  endif
46  # gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action()  # gcc 3.x emits bogus "old style proto" warning on find.c:alloc_action()

Legend:
Removed from v.984  
changed lines
  Added in v.1123