vte3: Attempt to fix on aarch64 with workaround for GCC 10 toolchain bug
This commit is contained in:
parent
d5e6334915
commit
6cc7d38a33
1 changed files with 10 additions and 0 deletions
10
x11/vte3/hacks.mk
Normal file
10
x11/vte3/hacks.mk
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $NetBSD: hacks.mk,v 1.1 2022/09/24 07:46:31 nia Exp $
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64*)
|
||||
# pty.cc:(.text+0x18): undefined reference to `__aarch64_ldadd4_acq_rel'
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1830472
|
||||
PKG_HACKS+= no-outline-atomics
|
||||
CFLAGS.NetBSD+= -march=armv8-a -mno-outline-atomics
|
||||
.endif
|
Loading…
Reference in a new issue