On Tuesday, May 07, 2013 20:51:02 Sven Eckelmann wrote:
The GCC manual states for different parameters that the options for compilation must also be used when linking. The options for compilation are stored in CFLAGS and added to LINK.o to fix the behavior.
Option which need this are for example -fPIC/-fPIE or -flto.
Signed-off-by: Sven Eckelmann sven@narfation.org
Makefile | 2 +-
Applied in revision b80d07f.
Thanks, Marek