msp430-toolchain: fix build with gcc 12
This commit is contained in:
parent
b2b5dabc17
commit
bde0c8e9e0
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user