Created attachment 1315 [details] Fix strict-aliasing compiler warnings When busybox is compiled (with gcc 4.4.3), there are thousands of compiler warnings about code that is breaking the strict aliasing rules that must be followed if -O2 or greater optimization level is to be used. Adding -fno-strict-aliasing to CFLAGS fixes this problem. Patch is attached.
I'd rather say that this issue should be fixed at the Busybox level rather than in Buildroot. Peter, your opinion ?
(In reply to comment #1) > I'd rather say that this issue should be fixed at the Busybox level rather than > in Buildroot. Peter, your opinion ? Yes. And as they are just warnings and not errors it isn't a big problem.
Therefore, marked as invalid.