Re: [dpdk-dev] [PATCH] mk: remove default toolchain prefix for ThunderX

2017-01-29 Thread Thomas Monjalon
2017-01-23 15:09, Jerin Jacob: > On Mon, Jan 23, 2017 at 10:15:57AM +0100, Thomas Monjalon wrote: > > The environment variable CROSS must be set when using a cross-toolchain. > > However it is counter intuitive to set a default value, considering > > the toolchain required to build this architectur

Re: [dpdk-dev] [PATCH] mk: remove default toolchain prefix for ThunderX

2017-01-23 Thread Jerin Jacob
On Mon, Jan 23, 2017 at 10:15:57AM +0100, Thomas Monjalon wrote: > The environment variable CROSS must be set when using a cross-toolchain. > However it is counter intuitive to set a default value, considering > the toolchain required to build this architecture is well known. > It is especially wei

[dpdk-dev] [PATCH] mk: remove default toolchain prefix for ThunderX

2017-01-23 Thread Thomas Monjalon
The environment variable CROSS must be set when using a cross-toolchain. However it is counter intuitive to set a default value, considering the toolchain required to build this architecture is well known. It is especially weird when using a native toolchain and requiring to unset this variable on