Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib build libc_fp only on mips64*



details:   https://anonhg.NetBSD.org/src/rev/4bf212cdbd3a
branches:  trunk
changeset: 348314:4bf212cdbd3a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Oct 14 17:29:29 2016 +0000

description:
build libc_fp only on mips64*

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ee1bed59a012 -r 4bf212cdbd3a lib/Makefile
--- a/lib/Makefile      Fri Oct 14 16:39:05 2016 +0000
+++ b/lib/Makefile      Fri Oct 14 17:29:29 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.247 2016/10/11 17:02:28 macallan Exp $
+#      $NetBSD: Makefile,v 1.248 2016/10/14 17:29:29 macallan Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
@@ -40,7 +40,7 @@
 SUBDIR+=       libc_vfp
 .endif
 .endif
-.if ${MACHINE_CPU} == "mips"
+.if ${MACHINE_ARCH} == "mips64el" || ${MACHINE_ARCH} == "mips64eb"
 SUBDIR+=       libc_fp
 .endif
 .if (${MKRUMP} != "no")



Home | Main Index | Thread Index | Old Index