mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
cross-arm-none-eabi-gdb: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
2d6d120d82
commit
bd053b892f
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ build_options="guile python"
|
||||||
build_options_default=" "
|
build_options_default=" "
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# resolve conflicts with binutils and native gdb
|
# resolve conflicts with binutils and native gdb
|
||||||
rm -fr ${DESTDIR}/usr/{share/{locale,gdb,info},include}
|
rm -fr ${DESTDIR}/usr/{share/{locale,gdb,info},include}
|
||||||
|
|
Loading…
Add table
Reference in a new issue