Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hppa spmath.o is an MD library, not an MD object.
details: https://anonhg.NetBSD.org/src/rev/9ebfba7b85ad
branches: trunk
changeset: 340450:9ebfba7b85ad
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sun Sep 06 02:22:50 2015 +0000
description:
spmath.o is an MD library, not an MD object.
diffstat:
sys/arch/hppa/conf/Makefile.hppa | 5 +++--
sys/arch/hppa/spmath/Makefile.inc | 5 +----
2 files changed, 4 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r a12880af1304 -r 9ebfba7b85ad sys/arch/hppa/conf/Makefile.hppa
--- a/sys/arch/hppa/conf/Makefile.hppa Sun Sep 06 02:17:30 2015 +0000
+++ b/sys/arch/hppa/conf/Makefile.hppa Sun Sep 06 02:22:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.hppa,v 1.4 2015/08/24 14:04:24 uebayasi Exp $
+# $NetBSD: Makefile.hppa,v 1.5 2015/09/06 02:22:50 uebayasi Exp $
# Makefile for NetBSD
#
@@ -57,7 +57,8 @@
##
## (4) local objects, compile rules, and dependencies
##
-MD_OBJS= locore.o ${LIBSPMATH}
+MD_OBJS= locore.o
+MD_LIBS= ${LIBSPMATH}
MD_CFILES=
MD_SFILES= ${HPPA}/hppa/locore.S
diff -r a12880af1304 -r 9ebfba7b85ad sys/arch/hppa/spmath/Makefile.inc
--- a/sys/arch/hppa/spmath/Makefile.inc Sun Sep 06 02:17:30 2015 +0000
+++ b/sys/arch/hppa/spmath/Makefile.inc Sun Sep 06 02:22:50 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.5 2015/09/05 04:44:29 uebayasi Exp $
+# $NetBSD: Makefile.inc,v 1.6 2015/09/06 02:22:50 uebayasi Exp $
# $OpenBSD: Makefile.inc,v 1.4 2001/03/29 03:58:17 mickey Exp $
#
@@ -23,9 +23,6 @@
NM='${NM}' LORDER='${LORDER}' \
XMACHINE='${MACHINE}' XMACHINE_ARCH='${MACHINE_ARCH}'
-spmath.o: ${SPMATH}
- ln -sf ${SPMATH} $@
-
${SPMATH}: .NOTMAIN .MAKE __always_make_spmath
@echo making sure the spmath library is up to date...
@${SPMATHMAKE} spmath.o
Home |
Main Index |
Thread Index |
Old Index