Fix sun2 build. Still there are some duplicate symbols in the rump libraries

that make this awkward.
This commit is contained in:
christos 2020-05-17 18:52:43 +00:00
parent ab0d77c491
commit 627b2779c6
1 changed files with 4 additions and 5 deletions

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile.inc,v 1.8 2020/05/17 18:25:11 christos Exp $
# $NetBSD: Makefile.inc,v 1.9 2020/05/17 18:52:43 christos Exp $
WARNS ?= 4
CWARNFLAGS+= -Wno-missing-noreturn
TOOLSSRCDIR:= ${.PARSEDIR}
CPPFLAGS+= -I${TOOLSSRCDIR}
.if ${RUMPFIFO:Uno} == "yes"
LIBRUMPFIFO = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
.else
LIBRUMPFIFO = -lrumpvfs_nofifofs
LIBRUMPFIFO_PRE = -lrumpvfs_fifofs -lrumpnet_local -lrumpnet_net -lrumpnet
.endif
LIBRUMPBASE = -lrumpvfs -lrump -lrumpvfs ${LIBRUMPFIFO} -lrumpuser -lrump -lpthread
LIBRUMPFIFO = -lrumpvfs_nofifofs
LIBRUMPBASE = ${LIBRUMPFIFO_PRE} -lrumpvfs -lrump -lrumpvfs -lrumpvfs_nofifofs -lrumpuser -lrump -lpthread