mk: sort libraries in level order when linking
authorThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 10 Jun 2016 13:19:08 +0000 (15:19 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 13 Jun 2016 14:10:44 +0000 (16:10 +0200)
commitce18c527d4298f5e4f7d94eac4415cb4d78c5371
tree8bd78d8d8a43d457c6442af1efde9af29a6c11bb
parent6248e442ee01a76d6230472329b6afe9b6628478
mk: sort libraries in level order when linking

As stated in the comment:
    Order is important: from higher level to lower level

This is an attempt to make the layering order better respected.
It will help to restrict the --whole-archive scope for plugins.

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