msp430-toolchain: fix build with gcc 12
This commit is contained in:
parent
b2b5dabc17
commit
bde0c8e9e0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ do_configure() {
|
||||||
mkdir obj-msp
|
mkdir obj-msp
|
||||||
cd obj-msp
|
cd obj-msp
|
||||||
|
|
||||||
CFLAGS="-fcommon" \
|
CFLAGS="-fcommon" CXXFLAGS="-std=c++11" \
|
||||||
../sources/tools/configure \
|
../sources/tools/configure \
|
||||||
--prefix=$_prefix \
|
--prefix=$_prefix \
|
||||||
--enable-languages=c \
|
--enable-languages=c \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue