chibi-scheme does not work on architectures which require aligned

access to memory. The bug is fixed in upstream's repo but the patch is
not simple and it could break the code on amd64/i386.

Build failures on sparc64 and hppa spotted by tobiasu@.
This commit is contained in:
juanfra 2015-07-31 12:40:11 +00:00
parent 9746975e2e
commit d53e6fc789

View File

@ -1,4 +1,7 @@
# $OpenBSD: Makefile,v 1.2 2015/05/21 18:57:12 juanfra Exp $
# $OpenBSD: Makefile,v 1.3 2015/07/31 12:40:11 juanfra Exp $
# The next version will work on other architectures again
ONLY_FOR_ARCH = amd64 i386
SHARED_ONLY = Yes