Module Name:    src
Committed By:   joerg
Date:           Fri May 26 22:56:50 UTC 2017

Modified Files:
        src/lib/libc/compiler_rt: Makefile.inc

Log Message:
Use MACHINE_ARCH for the sparc check.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/compiler_rt/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/compiler_rt/Makefile.inc
diff -u src/lib/libc/compiler_rt/Makefile.inc:1.32 src/lib/libc/compiler_rt/Makefile.inc:1.33
--- src/lib/libc/compiler_rt/Makefile.inc:1.32	Wed May 24 21:45:40 2017
+++ src/lib/libc/compiler_rt/Makefile.inc	Fri May 26 22:56:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.32 2017/05/24 21:45:40 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.33 2017/05/26 22:56:50 joerg Exp $
 
 COMPILER_RT_SRCDIR=	${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
 
@@ -242,7 +242,7 @@ GENERIC_SRCS+= \
 	clear_cache.c
 .endif
 
-.if ${LIBC_MACHINE_CPU} == "sparc" || ${LIBC_MACHINE_CPU} == "sparc64"
+.if ${LIBC_MACHINE_ARCH} == "sparc" || ${LIBC_MACHINE_ARCH} == "sparc64"
 GENERIC_SRCS+= \
 	clear_cache.c
 .endif

Reply via email to