mk: remove library grouping during application linking
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jun 2016 13:19:06 +0000 (15:19 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 14:09:05 +0000 (16:09 +0200)
commit4e04fd459c65cae699ba8ece00ed64024728c055
tree11228c3b8407f9081ff5c798fd515fc54a59d8bf
parentea4698938e64262284073c3b308ee0144be483dc
mk: remove library grouping during application linking

>From "man ld":
  Using this option has a significant performance cost.
  It is best to use it only when there are unavoidable
  circular references between two or more archives.

Remove the option since it does not seem necessary.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
mk/rte.app.mk