From b563003e8e94328d7af626286358262921cc7175 Mon Sep 17 00:00:00 2001 From: hugh <> Date: Mon, 21 Jan 2002 00:09:01 +0000 Subject: Special case a_strnid.c on vax. --- src/lib/libssl/Makefile.bsd-wrapper | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 2025da84ef..01a67a823a 100644 --- a/src/lib/libssl/Makefile.bsd-wrapper +++ b/src/lib/libssl/Makefile.bsd-wrapper @@ -1,5 +1,5 @@ # Build wrapper for OpenSSL -# $OpenBSD: Makefile.bsd-wrapper,v 1.40 2001/11/06 05:20:35 fgsch Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.41 2002/01/21 00:09:01 hugh Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -676,6 +676,10 @@ maninstall: SSL_SRC=src all: prereq ${MANALL} ${PSALL} +# egcs bombs optimising this file on vax +.if (${MACHINE_ARCH} == "vax") + cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po +.endif @cd ${.OBJDIR} && ${MAKE} includes: prereq -- cgit v1.2.3-55-g6feb