diff options
author | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-23 23:54:48 +0000 |
---|---|---|
committer | Hugh Graham <hugh@cvs.openbsd.org> | 2002-02-23 23:54:48 +0000 |
commit | 35373a3e9cbfedd816de136c1084b715a0287a51 (patch) | |
tree | 89516e412ce7ab0fa076ab3b1b00f4fa60407e3d /lib | |
parent | 648f8e79cec49f65d44e3f4bfc063ddeca2bb5ae (diff) |
Vax O1 workaround no longer needed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/Makefile.bsd-wrapper | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libssl/Makefile.bsd-wrapper b/lib/libssl/Makefile.bsd-wrapper index 4a23a3a4b74..0ca56f83db3 100644 --- a/lib/libssl/Makefile.bsd-wrapper +++ b/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} |