enable propolice on sparc64 here too
This commit is contained in:
parent
ff95fee103
commit
fb14c479d3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2004/03/02 08:34:11 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2004/03/03 08:20:55 pvalchev Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 sparc sparc64 amd64
|
||||
|
||||
@ -67,9 +67,9 @@ CONFIGURE_ARGS+=--disable-mathml \
|
||||
--enable-crypto \
|
||||
--disable-ldap
|
||||
|
||||
# There is no problem with the propolice-enabled gcc3 on amd64,
|
||||
# There is no problem with the propolice-enabled gcc3 on amd64 and sparc64,
|
||||
# but it is reported to still be broken on others.
|
||||
.if ${MACHINE_ARCH} != "amd64"
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "sparc64"
|
||||
CFLAGS+= -fno-stack-protector
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user