config: fix combined/shared lib
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 23 Oct 2013 09:40:56 +0000 (11:40 +0200)
committerDavid Marchand <david.marchand@6wind.com>
Tue, 25 Feb 2014 20:29:18 +0000 (21:29 +0100)
commit173fca9078f56aa44f23873310fc3b877541a2f7
tree799ab92e17a83897e4c6409bf23078a73a4f420a
parent764bf26873b95761ac3bd4b98251d3c497c65a90
config: fix combined/shared lib

- Configuration for combined and shared library was only in the template
defconfig_x86_64-default-linuxapp-gcc.
- CONFIG_RTE_LIBNAME was in the wrong section
- RTE_LIBNAME had no quote in "C context" (include/rte_config.h)
- and then CONFIG_RTE_LIBNAME quotes were not properly removed in "make context"

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
config/defconfig_i686-default-linuxapp-gcc
config/defconfig_i686-default-linuxapp-icc
config/defconfig_x86_64-default-linuxapp-gcc
config/defconfig_x86_64-default-linuxapp-icc
mk/rte.vars.mk