diff options
| author | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2006-11-20 17:08:35 +0000 |
| commit | 768e889c8be080dedeac247a22916dfbf114abf1 (patch) | |
| tree | 08b0c10fc0556bcdb0ee16f3f27201e313663177 /gnu/lib/libsupc++/Makefile.common | |
| parent | 500bebac905ae00be6b1c0dc069123f706cc20a1 (diff) | |
Delete more gcc3 stuff.
Diffstat (limited to 'gnu/lib/libsupc++/Makefile.common')
| -rw-r--r-- | gnu/lib/libsupc++/Makefile.common | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/lib/libsupc++/Makefile.common b/gnu/lib/libsupc++/Makefile.common deleted file mode 100644 index 82aff69b59f..00000000000 --- a/gnu/lib/libsupc++/Makefile.common +++ /dev/null @@ -1,19 +0,0 @@ -# $NetBSD: Makefile.common,v 1.4 2003/10/19 14:52:03 lukem Exp $ - -DIST= ${NETBSDSRCDIR}/gnu/dist/gcc -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} - -CPPFLAGS+= -I${DIST}/gcc -CPPFLAGS+= -I${DIST}/include -CPPFLAGS+= -I${DIST}/libstdc++-v3/libsupc++ -CPPFLAGS+= -I${.CURDIR}/../libstdc++-v3/arch/${MACHINE_ARCH} -CPPFLAGS+= -DHAVE_STDLIB_H -DHAVE_STRING_H - -CPPFLAGS.cxa_demangle.c=-DIN_GLIBCPP_V3 -CPPFLAGS.dyn-string.c=-DIN_GLIBCPP_V3 - -BUILDSYMLINKS+= ${DIST}/libiberty/cp-demangle.c cxa_demangle.c |
