diff options
| author | matt <matt@NetBSD.org> | 2013-04-27 06:24:22 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2013-04-27 06:24:22 +0000 |
| commit | 0cc319d29bdbc4ccca3c6e59f2823d897331ffc3 (patch) | |
| tree | b8309691666b083ce1b2266a0c457e6a1340fbec /lib/libarch | |
| parent | 8e9eb28beda64d8a9ac658fb44fa7e2acc13ffce (diff) | |
Changes for MKCOMPAT for earm.
Diffstat (limited to 'lib/libarch')
| -rw-r--r-- | lib/libarch/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libarch/Makefile b/lib/libarch/Makefile index 5026b43be4b..2dc93f42d9f 100644 --- a/lib/libarch/Makefile +++ b/lib/libarch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/07/28 20:30:07 dyoung Exp $ +# $NetBSD: Makefile,v 1.25 2013/04/27 06:24:22 matt Exp $ # These should always be a MACHINE_CPU value ARCHDIRS= alpha arm i386 m68k sparc x86_64 @@ -14,7 +14,7 @@ CLEANFILES+= ${ASM} ${POBJS} # Build the library if SRCS is now defined ... .if defined(SRCS) -.if defined(MLIBDIR) && ${MLIBDIR} != "none" +.if defined(MLIBDIR) && ${MLIBDIR} != "none" && ${MACHINE_CPU} != "arm" LIB= ${MLIBDIR} .else LIB= ${MACHINE_CPU} |
