Re: [dpdk-dev] [PATCH v5] mk: add sensible default target with defconfig

2017-08-05 Thread Thomas Monjalon
04/08/2017 12:39, David Hunt: > Users can now use 'make defconfig' to generate a configuration using > the most appropriate defaults for the current machine. > > > arch taken from uname -m > machine defaults to native > execenv is taken from uname, Linux=linuxapp, otherwise bsdapp > toolc

[dpdk-dev] [PATCH v5] mk: add sensible default target with defconfig

2017-08-04 Thread David Hunt
Users can now use 'make defconfig' to generate a configuration using the most appropriate defaults for the current machine. arch taken from uname -m machine defaults to native execenv is taken from uname, Linux=linuxapp, otherwise bsdapp toolchain is taken from $CC -v to see which compile