08/01/2024 12:18, Bruce Richardson: > On Tue, Jan 02, 2024 at 04:11:15PM -0800, Tyler Retzlaff wrote: > > Stop writing RTE_TOOLCHAIN_XXX macros to rte_build_config.h. When an > > application builds it doesn't necessarily use the same toolchain that > > DPDK was built with. > > > > Instead evaluate toolchain predefined macros and define > > RTE_TOOLCHAIN_XXX macros as appropriate each time rte_config.h is > > preprocessed. > > > > Signed-off-by: Tyler Retzlaff <roret...@linux.microsoft.com> > > I don't see an issue with doing this. > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied, thanks.