From 16f6f01d893bb3c377c284a5f79e939ae8263918 Mon Sep 17 00:00:00 2001 From: drahn <> Date: Sat, 14 Oct 2006 19:43:57 +0000 Subject: architecture sh (landisk) is little endian. --- src/lib/libssl/crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index b6b9556016..f281086962 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.45 2006/06/27 05:07:47 djm Exp $ +# $OpenBSD: Makefile,v 1.46 2006/10/14 19:43:57 drahn Exp $ LIB= crypto WANTLINT= @@ -10,7 +10,7 @@ FIPS_SRC= ${SSL_SRC}/fips .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "arm" || \ ${MACHINE_ARCH} == "vax" || ${MACHINE_ARCH} == "amd64" || \ - ${MACHINE_ARCH} == "alpha" + ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sh" CFLAGS+= -DL_ENDIAN .else CFLAGS+= -DB_ENDIAN -- cgit v1.2.3-55-g6feb