mk: use extra cflags when linking libs with compiler
authorGage Eads <gage.eads@intel.com>
Mon, 31 Jul 2017 21:49:51 +0000 (16:49 -0500)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 31 Jul 2017 21:57:49 +0000 (23:57 +0200)
commitec57ed08c992bf61d7a90fedf807dc38a511383d
treee82ca80418f6909fa51100c355dea6adcfcdc9d0
parentbdc3a09b4acb73aad56a83c12bd8c268849f76b5
mk: use extra cflags when linking libs with compiler

When using the compiler to link libraries, include EXTRA_CFLAGS. This is
needed when cross-compiling to pass --sysroot, for example. GCC
cross-compilers built with Yocto don't use the --with-sysroot option,
making it necessary to pass the --sysroot command-line option.

This is the same solution as in commit e8fbb6d9cfd9 ("mk: use extra cflags
when linking with compiler"), but applied to libs instead of apps.

Signed-off-by: Gage Eads <gage.eads@intel.com>
mk/rte.lib.mk