Tomas Chvatal <[email protected]> writes: > I noticed that some objects are compiled without cflags.
Was there any concrete problem? > See attached patch that fixes the situation. :) I'm afraid it can break cross compilation. CFLAGS are for flags appropriate for the cross compiler. While the various programs built using $(CC_FOR_BUILD) are always native binaries. To be concrete, consider cross compiling for arm on a x86 build machine, and $(CFLAGS) choosen to select whether or not to enable generation of arm neon instructions. Passing those flags also to the native compiler won't work. Regards, /Niels -- Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26. Internet email is subject to wholesale government surveillance. _______________________________________________ nettle-bugs mailing list [email protected] http://lists.lysator.liu.se/mailman/listinfo/nettle-bugs
