On Tue, Jul 30, 2019 at 11:35:52PM +0200, Thomas Monjalon wrote: > 04/06/2019 11:21, kka...@marvell.com: > > --- a/config/defconfig_x86_64-native-linuxapp-gcc > > +++ b/config/defconfig_x86_64-native-linuxapp-gcc > > +CONFIG_RTE_EXEC_ENV="linux" > > Why do you do this change in this file? > > I think changing this variable can break backward compatibility. > I think it will, which is why I did not change it back in the original set. In terms of incorrect printouts, what actually needs to be done to fix this is to record the original $T value requested when doing the "make config" or "make install T=" command. For the make install case, we can just print $T at the end, but for the case where "make config" and "make" are run separately, some new value would need to be added to the .config file.
Regards, /Bruce