From 17e1b31f90c90bba134b869b5a81cb6155f3825f Mon Sep 17 00:00:00 2001 From: hugh <> Date: Sat, 23 Feb 2002 23:54:47 +0000 Subject: Vax O1 workaround no longer needed. --- src/lib/libssl/Makefile.bsd-wrapper | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper index 4a23a3a4b7..0ca56f83db 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.42 2002/02/10 22:18:49 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.43 2002/02/23 23:54:47 hugh Exp $ # Our lndir is hacked; specify a full path to avoid potential conflicts # with the one installed with X11. @@ -679,7 +679,6 @@ 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 - cd ${.OBJDIR}/crypto && CFLAGS=-O1 ${MAKE} des_enc.o des_enc.po .endif @cd ${.OBJDIR} && ${MAKE} -- cgit v1.2.3-55-g6feb