[dpdk-dev] [PATCH] mk: fix compilation for icc version 16

2015-11-20 Thread Thomas Monjalon
2015-11-20 16:34, Olivier MATZ: > On 11/20/2015 03:34 PM, Declan Doherty wrote: > > This patch changes the ICC conditional check to disable > > -no-inline-max-size and -no-inline-max-total-size to be > > for all versions of icc greater than 14 and not just for version 15. > > > > Signed-off-by: De

[dpdk-dev] [PATCH] mk: fix compilation for icc version 16

2015-11-20 Thread Olivier MATZ
Hi, On 11/20/2015 03:34 PM, Declan Doherty wrote: > This patch changes the ICC conditional check to disable > -no-inline-max-size and -no-inline-max-total-size to be > for all versions of icc greater than 14 and not just for version 15. > > Signed-off-by: Declan Doherty > --- > mk/toolchain/icc

[dpdk-dev] [PATCH] mk: fix compilation for icc version 16

2015-11-20 Thread Declan Doherty
This patch changes the ICC conditional check to disable -no-inline-max-size and -no-inline-max-total-size to be for all versions of icc greater than 14 and not just for version 15. Signed-off-by: Declan Doherty --- mk/toolchain/icc/rte.vars.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletio