mark BROKEN-i386, this can't be built on the build machines.

it maybe possible to get it building with -Wl,--no-keep-memory or maybe
by using ld.bfd instead of LLD, if someone wants to figure out the qmake/gn
bits needed I can test diffs
This commit is contained in:
sthen 2020-06-04 14:18:57 +00:00
parent 957a415293
commit ea58916fbf

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.8 2020/05/25 11:51:12 sthen Exp $
# $OpenBSD: Makefile,v 1.9 2020/06/04 14:18:57 sthen Exp $
USE_WXNEEDED = Yes
ONLY_FOR_ARCHS = amd64 aarch64 i386
BROKEN-i386 = long hangs; uses too much RAM to build
.if ${MACHINE_ARCH} == "i386"
DPB_PROPERTIES = lonesome
.endif