don't build threads flavor for now, it doesn't build reliably, and blocks
normal sbcl. maintainer agrees, add comment per aja@'s request, which is a good idea.
This commit is contained in:
parent
7e667b1403
commit
851fb29537
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.200 2017/06/29 15:56:43 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.201 2017/07/06 21:25:38 espie Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += STk
|
||||
@ -82,7 +82,7 @@
|
||||
SUBDIR += ruby
|
||||
SUBDIR += rust
|
||||
SUBDIR += sbcl
|
||||
SUBDIR += sbcl,threads
|
||||
# SUBDIR += sbcl,threads
|
||||
SUBDIR += scala
|
||||
SUBDIR += scheme-report
|
||||
SUBDIR += scheme48
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.33 2017/02/06 12:23:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.34 2017/07/06 21:25:38 espie Exp $
|
||||
|
||||
# not yet ported to other arches
|
||||
ONLY_FOR_ARCHS = amd64 i386 powerpc
|
||||
@ -29,6 +29,9 @@ MODGCC4_LANGS= c
|
||||
WANTLIB= c m util
|
||||
|
||||
PSEUDO_FLAVORS= native_bootstrap
|
||||
|
||||
# XXX threads flavor does not work reliably it won't even pass its self-test
|
||||
# on amd64 all the time
|
||||
FLAVORS= threads
|
||||
FLAVOR?=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user