ccl: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
b0486a3410
commit
d53c518e2a
1 changed files with 2 additions and 1 deletions
|
@ -24,12 +24,13 @@ python_version=3
|
||||||
|
|
||||||
case $XBPS_MACHINE in
|
case $XBPS_MACHINE in
|
||||||
x86_64*) _arch=64 ;;
|
x86_64*) _arch=64 ;;
|
||||||
i686*) broken="Build hangs forever" ;;
|
i686-musl) broken="SIGSEGV accessing context->regs: address not mapped to object" ;;
|
||||||
*) _arch='' ;;
|
*) _arch='' ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
mv ccl-${version}/* .
|
mv ccl-${version}/* .
|
||||||
|
vsed -i -e"/^COPT =/s/$/ -fcommon/" lisp-kernel/*/Makefile
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue