summaryrefslogtreecommitdiff
path: root/src/lib/libssl/crypto/Makefile
diff options
context:
space:
mode:
authorderaadt <>2004-02-27 17:36:18 +0000
committerderaadt <>2004-02-27 17:36:18 +0000
commit75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe (patch)
tree12a6bcf5722ef60c37854745c0643749af0b3b6d /src/lib/libssl/crypto/Makefile
parentdde65cb321ea3e28fb0e4ef7f6c29c0fbf57fe5d (diff)
downloadopenbsd-75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe.tar.gz
openbsd-75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe.tar.bz2
openbsd-75c3b2d2e6ae84ad1232686b18e5e88996c2cbbe.zip
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
Diffstat (limited to 'src/lib/libssl/crypto/Makefile')
-rw-r--r--src/lib/libssl/crypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile
index 5179b85de7..9baf729b5b 100644
--- a/src/lib/libssl/crypto/Makefile
+++ b/src/lib/libssl/crypto/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.35 2004/01/29 03:05:33 deraadt Exp $ 1# $OpenBSD: Makefile,v 1.36 2004/02/27 17:36:13 deraadt Exp $
2 2
3LIB= crypto 3LIB= crypto
4 4
@@ -7,7 +7,7 @@ SSL_SRC= ${.CURDIR}/../${SSLEAYDIST}
7LCRYPTO_SRC= ${SSL_SRC}/crypto 7LCRYPTO_SRC= ${SSL_SRC}/crypto
8 8
9.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ 9.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \
10 ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "x86_64" || \ 10 ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "amd64" || \
11 ${MACHINE_ARCH} == "alpha" 11 ${MACHINE_ARCH} == "alpha"
12CFLAGS+= -DL_ENDIAN 12CFLAGS+= -DL_ENDIAN
13.else 13.else