On 3/12/2019 10:13 PM, Thomas Monjalon wrote: >> Bruce Richardson (6): >> eal/bsdapp: rename to freebsd >> eal/linuxapp: rename to linux >> build/linux: rename macro from LINUXAPP to LINUX >> build/freebsd: rename macro from BSDPAPP to FREEBSD >> build/meson: change linuxapp to linux in meson cross files >> build: allow linux and freebsd in build configs > > Applied, thanks
This has potential to break some automation/scripts since changes the names of the config files: 'make T=x86_64-native-linuxapp-gcc config' becomes 'make T=x86_64-native-linux-gcc config' etc... I suggest highlighting this change in release notes!