openocd: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:38 +02:00
parent 33b5e2b4af
commit af15ff47d4
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ checksum=7312e7d680752ac088b8b8f2b5ba3ff0d30e0a78139531847be4b75c101316ae
system_groups="plugdev"
CFLAGS="-fcommon"
post_extract() {
sed -i '/raggedright/d' doc/openocd.texi # makeinfo 4.xx
}