summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gcc/cpp
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2006-06-02 22:16:18 +0000
committermrg <mrg@NetBSD.org>2006-06-02 22:16:18 +0000
commitdb19e89e04ef4a31ce779771479fada19bccde62 (patch)
treef769c037f78e65d4c9e9b31871b835b6611ade1e /gnu/usr.bin/gcc/cpp
parent2aeadc072d1c932e50a384bebd4c0716c5c8b7a8 (diff)
remove support for building (with) GCC 2.95. also:
- always install <stdbool.h> - don't generate a fake one for vax / gettext.
Diffstat (limited to 'gnu/usr.bin/gcc/cpp')
-rw-r--r--gnu/usr.bin/gcc/cpp/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/gnu/usr.bin/gcc/cpp/Makefile b/gnu/usr.bin/gcc/cpp/Makefile
deleted file mode 100644
index 9c57b66ba00..00000000000
--- a/gnu/usr.bin/gcc/cpp/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2003/09/04 04:17:01 mrg Exp $
-
-.include <bsd.own.mk>
-
-PROG= cpp
-SRCS= cppspec.c
-
-LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp
-
-TEXINFO= cpp.texi
-
-MAN= cccp.1
-MLINKS= cccp.1 gcpp.1 cccp.1 cpp.1
-
-
-.include "../Makefile.frontend"
-
-.PATH: ${DIST}/gcc
-
-.include <bsd.info.mk>