mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
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
|
||||
cd obj-msp
|
||||
|
||||
CFLAGS="-fcommon" \
|
||||
CFLAGS="-fcommon" CXXFLAGS="-std=c++11" \
|
||||
../sources/tools/configure \
|
||||
--prefix=$_prefix \
|
||||
--enable-languages=c \
|
||||
|
|
Loading…
Add table
Reference in a new issue