summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2002-02-10 22:18:49 +0000
committerderaadt <>2002-02-10 22:18:49 +0000
commit8bdc30efda4c80aa77bcf95b7111f08a2ad7472b (patch)
tree8aabd3f90336d3478440bdfdf196f287f86507c7 /src
parentebbaed90889df24be8308151660e192856756d52 (diff)
downloadopenbsd-8bdc30efda4c80aa77bcf95b7111f08a2ad7472b.tar.gz
openbsd-8bdc30efda4c80aa77bcf95b7111f08a2ad7472b.tar.bz2
openbsd-8bdc30efda4c80aa77bcf95b7111f08a2ad7472b.zip
but... on vax... des_enc.c requires -O1
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/Makefile.bsd-wrapper3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/Makefile.bsd-wrapper b/src/lib/libssl/Makefile.bsd-wrapper
index 01a67a823a..4a23a3a4b7 100644
--- a/src/lib/libssl/Makefile.bsd-wrapper
+++ b/src/lib/libssl/Makefile.bsd-wrapper
@@ -1,5 +1,5 @@
1# Build wrapper for OpenSSL 1# Build wrapper for OpenSSL
2# $OpenBSD: Makefile.bsd-wrapper,v 1.41 2002/01/21 00:09:01 hugh Exp $ 2# $OpenBSD: Makefile.bsd-wrapper,v 1.42 2002/02/10 22:18:49 deraadt Exp $
3 3
4# Our lndir is hacked; specify a full path to avoid potential conflicts 4# Our lndir is hacked; specify a full path to avoid potential conflicts
5# with the one installed with X11. 5# with the one installed with X11.
@@ -679,6 +679,7 @@ all: prereq ${MANALL} ${PSALL}
679# egcs bombs optimising this file on vax 679# egcs bombs optimising this file on vax
680.if (${MACHINE_ARCH} == "vax") 680.if (${MACHINE_ARCH} == "vax")
681 cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po 681 cd ${.OBJDIR}/crypto && CFLAGS=-O0 ${MAKE} a_strnid.o a_strnid.po
682 cd ${.OBJDIR}/crypto && CFLAGS=-O1 ${MAKE} des_enc.o des_enc.po
682.endif 683.endif
683 @cd ${.OBJDIR} && ${MAKE} 684 @cd ${.OBJDIR} && ${MAKE}
684 685