mk: fix link to static combined library
authorNeil Horman <nhorman@tuxdriver.com>
Fri, 2 Jan 2015 19:58:57 +0000 (14:58 -0500)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 15 Jan 2015 12:41:39 +0000 (13:41 +0100)
commit9b0895e864a36c8a3b26cc9da3f685996bb41602
treee0e1e7d5824407dc2276064222bc0d9f3c9bd7f2
parentec0b5f4fbd754ba406ae288292c10e1171a2800a
mk: fix link to static combined library

When building static archives with CONFIG_COMBINED_LIBS, we still need to
specify --whole-archive to pull in all the proper constructors.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Reported-by: Lyn M <netinal7@gmail.com>
Tested-by: Lyn M <netinal7@gmail.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.app.mk