mk: fix EXTRA_LDFLAGS override
authorJulien Courtat <julien.courtat@6wind.com>
Fri, 15 Nov 2013 14:22:37 +0000 (15:22 +0100)
committerDavid Marchand <david.marchand@6wind.com>
Wed, 26 Feb 2014 10:01:13 +0000 (11:01 +0100)
commit0ca5de1ebfa461a8633465a5e177a34e4a98f168
tree83d327df7869cdbe8e86061410aa9cd627a5c48c
parent5125f7652c92ad8e37893b953a735dc5e0e97b66
mk: fix EXTRA_LDFLAGS override

The GCC prefix -Wl was ignored because the command line value has higher priority.
It ended in impossibilty for GCC to pass parameters to LD.
The prefixed value must override the command line one.

Signed-off-by: Julien Courtat <julien.courtat@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.app.mk
mk/rte.shared.mk