pass --with-low-memory on ARM architectures per configure script
advice so this compiles with reasonable resources
This commit is contained in:
parent
7e1ab397ae
commit
b09d0d4659
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.110 2005/10/16 18:16:27 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.111 2005/12/10 00:19:09 pvalchev Exp $
|
||||
# Uses pthreads
|
||||
|
||||
.if ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "m88k"
|
||||
@ -58,6 +58,10 @@ CONFIGURE_ARGS+= --enable-thread-safe-client \
|
||||
--without-extra-tools \
|
||||
--without-readline
|
||||
|
||||
.if ${MACHINE_ARCH} == "arm"
|
||||
CONFIGURE_ARGS+= --with-low-memory
|
||||
.endif
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
USE_GCC3?= No
|
||||
|
Loading…
x
Reference in New Issue
Block a user