Use libarm32 even on architecture arm

This commit is contained in:
matt 2001-07-14 03:18:33 +00:00
parent 9ced9a1527
commit a697055069
1 changed files with 3 additions and 3 deletions

View File

@ -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 ARCHDIRS= alpha arm32 i386 m68k
@ -13,8 +13,8 @@ CLEANFILES+= ${ASM} ${POBJS}
# Build the library if SRCS is now defined ... # Build the library if SRCS is now defined ...
.if defined(SRCS) .if defined(SRCS)
LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/} LIB= ${MACHINE_ARCH:C/mipse[bl]/mips/:C/arm*/arm32/}
SHLIB_VERSION_FILE= ${.CURDIR}/${MACHINE_ARCH:C/mipse[bl]/mips/}/shlib_version SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version
.include <bsd.lib.mk> .include <bsd.lib.mk>
.else .else