Re: [dpdk-dev] [PATCH v1] mk: allow use of toolchain cflags

2017-11-07 Thread Varghese, Vipin
on.net] Sent: Tuesday, November 7, 2017 2:38 AM To: Hunt, David ; Varghese, Vipin Cc: dev@dpdk.org; Richardson, Bruce Subject: Re: [dpdk-dev] [PATCH v1] mk: allow use of toolchain cflags 03/11/2017 10:40, David Hunt: > From: Vipin Varghese > > with 'export TOOLCHAIN_CFLAGS'

Re: [dpdk-dev] [PATCH v1] mk: allow use of toolchain cflags

2017-11-06 Thread Thomas Monjalon
03/11/2017 10:40, David Hunt: > From: Vipin Varghese > > with 'export TOOLCHAIN_CFLAGS' the values are > not inherited throuhout make system. The change > appends the user defined cflags. Why do you want to use export from the shell environment? The standard way of overriding a variable with mak

[dpdk-dev] [PATCH v1] mk: allow use of toolchain cflags

2017-11-03 Thread David Hunt
From: Vipin Varghese with 'export TOOLCHAIN_CFLAGS' the values are not inherited throuhout make system. The change appends the user defined cflags. Signed-off-by: Vipin Varghese Signed-off-by: David Hunt --- mk/toolchain/clang/rte.vars.mk | 6 +++--- mk/toolchain/gcc/rte.vars.mk | 6 +++---