From a697055069dfc3140ba5a95ea9c1ad4cfe1504ae Mon Sep 17 00:00:00 2001 From: matt Date: Sat, 14 Jul 2001 03:18:33 +0000 Subject: [PATCH] Use libarm32 even on architecture arm --- lib/libarch/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 25139f0c59dd..43279afa0376 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2000/02/26 19:39:35 thorpej Exp $ +# $NetBSD: Makefile,v 1.15 2001/07/14 03:18:33 matt Exp $ ARCHDIRS= alpha arm32 i386 m68k @@ -13,8 +13,8 @@ CLEANFILES+= ${ASM} ${POBJS} # Build the library if SRCS is now defined ... .if defined(SRCS) -LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/} -SHLIB_VERSION_FILE= ${.CURDIR}/${MACHINE_ARCH:C/mipse[bl]/mips/}/shlib_version +LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/arm*/arm32/} +SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version .include .else