msp430-toolchain: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
ea71532dc4
commit
5ce252ddef
1 changed files with 2 additions and 1 deletions
|
@ -26,7 +26,8 @@ do_configure() {
|
|||
mkdir obj-msp
|
||||
cd obj-msp
|
||||
|
||||
../sources/tools/configure \
|
||||
CFLAGS="-fcommon" \
|
||||
../sources/tools/configure \
|
||||
--prefix=$_prefix \
|
||||
--enable-languages=c \
|
||||
--program-prefix="msp430-" \
|
||||
|
|
Loading…
Reference in a new issue