msp430-toolchain: fix build with gcc 12

This commit is contained in:
Michal Vasilek 2022-11-18 13:42:18 +01:00
parent b2b5dabc17
commit bde0c8e9e0

View file

@ -26,7 +26,7 @@ do_configure() {
mkdir obj-msp
cd obj-msp
CFLAGS="-fcommon" \
CFLAGS="-fcommon" CXXFLAGS="-std=c++11" \
../sources/tools/configure \
--prefix=$_prefix \
--enable-languages=c \