There's nothing rumprun-specific in there. The original idea with the
rumprun prefix was to avoid namespace conflicts, but if someone wants
to link in another libunwind we'll be in trouble regardless. Also,
consistency with libcompiler_rt.
*-g++|*-clang++)
CC="!CXX!"
CFLAGS="!CXXFLAGS!"
- EXTRALIBS=-lrumprun_unwind
+ EXTRALIBS=-lunwind
;;
*)
echo "$0: internal error, unknown invocation"
# build unwind bits if we support c++
if ${HAVECXX}; then
- ( cd lib/librumprun_unwind
+ ( cd lib/libunwind
${RUMPMAKE} dependall && ${RUMPMAKE} install )
fi
}
+++ /dev/null
-.include <bsd.own.mk>
-
-RUMPTOP= ${TOPRUMP}
-
-LIB= rumprun_unwind
-
-CPPFLAGS+= -isystem ${DESTDIR}/usr/include/c++
-
-LIBC_MACHINE_CPU?= ${MACHINE_CPU}
-.include "${RUMPTOP}/../lib/libunwind/Makefile.inc"
-
-.include <bsd.lib.mk>
--- /dev/null
+.include <bsd.own.mk>
+
+RUMPTOP= ${TOPRUMP}
+
+LIB= rumprun_unwind
+
+CPPFLAGS+= -isystem ${DESTDIR}/usr/include/c++
+
+LIBC_MACHINE_CPU?= ${MACHINE_CPU}
+.include "${RUMPTOP}/../lib/libunwind/Makefile.inc"
+
+.include <bsd.lib.mk>