kicad-share/*: add powerpc to NOT_FOR_ARCHS
Kicad being broken on powerpc, it's useless to build these ports there. Add a reminder in cad/kicad/Makefile to sync cad/kicad-share/Makefile.inc with archs where kicad is not built. input and OK sthen@, OK kirby@
This commit is contained in:
parent
b897b3e38a
commit
cb6b32499f
@ -1,4 +1,6 @@
|
|||||||
# $OpenBSD: Makefile.inc,v 1.4 2019/12/10 23:09:48 sthen Exp $
|
# $OpenBSD: Makefile.inc,v 1.5 2020/06/09 17:09:24 cwen Exp $
|
||||||
|
|
||||||
|
NOT_FOR_ARCHS = powerpc
|
||||||
|
|
||||||
PKG_ARCH ?= *
|
PKG_ARCH ?= *
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# $OpenBSD: Makefile,v 1.41 2020/04/30 21:05:03 cwen Exp $
|
# $OpenBSD: Makefile,v 1.42 2020/06/09 17:09:23 cwen Exp $
|
||||||
|
|
||||||
|
# Sync cad/kicad-share/Makefile.inc with archs where kicad is broken
|
||||||
BROKEN-powerpc = segfaults when trying to run the PCB editor
|
BROKEN-powerpc = segfaults when trying to run the PCB editor
|
||||||
|
|
||||||
V = 5.1.5
|
V = 5.1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user