libstdc++-v3/libmath subdir is gone.
This commit is contained in:
parent
c86def5214
commit
c415c98518
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2011/06/23 12:16:36 mrg Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2011/06/28 04:03:16 mrg Exp $
|
||||
|
||||
REQUIRETOOLS= yes
|
||||
NOLINT= # defined
|
||||
|
@ -34,7 +34,6 @@ unwind.h: ${G_UNWIND_H}
|
|||
CLEANFILES+= unwind.h
|
||||
|
||||
.PATH: ${DIST}/libstdc++-v3/src \
|
||||
${DIST}/libstdc++-v3/libmath \
|
||||
${DIST}/libstdc++-v3/libsupc++ \
|
||||
${DIST}/libiberty \
|
||||
${.CURDIR}/../libstdc++-v3/arch/${MACHINE_ARCH}
|
||||
|
|
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile.common,v 1.2 2011/06/23 11:47:13 mrg Exp $
|
||||
# $NetBSD: Makefile.common,v 1.3 2011/06/28 04:03:16 mrg Exp $
|
||||
|
||||
DIST= ${NETBSDSRCDIR}/external/gpl3/gcc/dist
|
||||
GNUHOSTDIST= ${DIST}
|
||||
|
||||
LIBMATHSRCS= ${G_libmath_la_SOURCES} ${G_libmath_la_LIBADD:.lo=.c}
|
||||
LIBSTDCXXSRCS= ${G_SRC_SOURCES}
|
||||
LIBSUPCXXSRCS= ${G_LIBSUPCXX_SOURCES} ${G_LIBSUPCXX_C_SOURCES}
|
||||
|
||||
|
|
Loading…
Reference in New Issue