On Wednesday, May 08, 2013 15:21:25 Sven Eckelmann wrote:
The batctl makefile has CFLAGS which change the behavior of the compiler. This includes important things like the C-dialect used or whether the compiler can ignore aliasing problems during the optimization step.
The OpenWRT build environment should not overwrite these settings without a good reason. Most of these reasons can probably directly be fixed upstream.
Signed-off-by: Sven Eckelmann sven@narfation.org
batman-adv-devel/Makefile | 3 --- 1 file changed, 3 deletions(-)
Applied in revision 110ca73.
Thanks, Marek