diff options
author | miod <> | 2013-07-13 16:34:43 +0000 |
---|---|---|
committer | miod <> | 2013-07-13 16:34:43 +0000 |
commit | 33a106105135995e11a4f0351cd1a0aac3d56f48 (patch) | |
tree | df36ce4098dd4581670d41103dccb77db79beaa3 | |
parent | c1fb8177a83c984308301bb91a950132c8ef3837 (diff) | |
download | openbsd-33a106105135995e11a4f0351cd1a0aac3d56f48.tar.gz openbsd-33a106105135995e11a4f0351cd1a0aac3d56f48.tar.bz2 openbsd-33a106105135995e11a4f0351cd1a0aac3d56f48.zip |
Remove no longer needed vax CFLAGS workarounds.
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 61250ad49c..7e59def4b8 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.63 2013/01/26 06:10:22 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.64 2013/07/13 16:34:43 miod Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | 4 | ||
@@ -455,18 +455,6 @@ obj_mac.h: ${SSL_OBJECTS}/objects.h ${SSL_OBJECTS}/obj_mac.num ${SSL_OBJECTS}/ob | |||
455 | obj_dat.h: obj_mac.h | 455 | obj_dat.h: obj_mac.h |
456 | /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h | 456 | /usr/bin/perl ${SSL_OBJECTS}/obj_dat.pl obj_mac.h obj_dat.h |
457 | 457 | ||
458 | .if (${MACHINE_ARCH} == "vax") | ||
459 | # egcs bombs optimising these files | ||
460 | a_strnid.o: | ||
461 | ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC} | ||
462 | a_strnid.po: | ||
463 | ${CC} ${CFLAGS} -O0 ${CPPFLAGS} -c ${.IMPSRC} -o $@ | ||
464 | des_enc.o: | ||
465 | ${CC} ${CFLAGS} -O1 ${CPPFLAGS} -c ${.IMPSRC} | ||
466 | des_enc.po: | ||
467 | ${CC} ${CFLAGS} -O1 ${CPPFLAGS} -c ${.IMPSRC} -o $@ | ||
468 | .endif | ||
469 | |||
470 | .if (${MACHINE_ARCH} == "i386") | 458 | .if (${MACHINE_ARCH} == "i386") |
471 | SRCS+= wp_block.c | 459 | SRCS+= wp_block.c |
472 | SRCS+= bf_cbc.c | 460 | SRCS+= bf_cbc.c |