summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-05-29 04:05:37 +0000
committerkan <kan@FreeBSD.org>2004-05-29 04:05:37 +0000
commitf6ac321c2093172561bb676185a4e77474d59d34 (patch)
treea9a6016c28a141d64e6cab84db449027d65ff2ae /gnu/usr.bin
parentb3708258272d6f921be1c190d6579039e995d619 (diff)
downloadFreeBSD-src-f6ac321c2093172561bb676185a4e77474d59d34.zip
FreeBSD-src-f6ac321c2093172561bb676185a4e77474d59d34.tar.gz
Remove componenst which are not part of GCC 3.3 and which are not likely
to get used again in the future.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_drv/Makefile20
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile36
-rw-r--r--gnu/usr.bin/cc/cpp0/Makefile36
-rw-r--r--gnu/usr.bin/cc/tradcpp0/Makefile23
4 files changed, 0 insertions, 115 deletions
diff --git a/gnu/usr.bin/cc/cc_drv/Makefile b/gnu/usr.bin/cc/cc_drv/Makefile
deleted file mode 100644
index 332b37a..0000000
--- a/gnu/usr.bin/cc/cc_drv/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ../cc_tools ${GCCDIR}
-
-LIB= cc_drv
-NOPROFILE= YES
-NOPIC= YES
-
-SRCS= multilib.h choose-temp.c obstack.c prefix.c pexecute.c version.c
-
-CFLAGS+= -DIN_GCC
-
-install:
- @true
-
-${OUT_OBJ}.o ${OUT_OBJ}.so: ${OUT_FILE}
-
-.include <bsd.lib.mk>
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
deleted file mode 100644
index 662f03e..0000000
--- a/gnu/usr.bin/cc/cccp/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= cpp0
-SRCS= cppmain.c c-parse+%DIKED.c c-lang.c c-decl.c
-
-BINDIR= /usr/libexec
-NOMAN= 1
-NOSHARED?=yes
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-#-----------------------------------------------------------------------
-# C parser
-
-c-parse+%DIKED.c: c-parse.c
- sed -e "s/malloc/xmalloc/g" \
- -e "s/realloc/xrealloc/g" \
- ${.ALLSRC} > ${.TARGET}
-
-c-parse.y: c-parse.in
- sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
- -e "/^ifc$$/d" \
- -e "/^end ifc$$/d" \
- ${.ALLSRC} > ${.TARGET}
-
-CLEANFILES= c-parse+%DIKED.c c-parse.c c-parse.y
-CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
-
-#-----------------------------------------------------------------------
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/cc/cpp0/Makefile b/gnu/usr.bin/cc/cpp0/Makefile
deleted file mode 100644
index 662f03e..0000000
--- a/gnu/usr.bin/cc/cpp0/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= cpp0
-SRCS= cppmain.c c-parse+%DIKED.c c-lang.c c-decl.c
-
-BINDIR= /usr/libexec
-NOMAN= 1
-NOSHARED?=yes
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-#-----------------------------------------------------------------------
-# C parser
-
-c-parse+%DIKED.c: c-parse.c
- sed -e "s/malloc/xmalloc/g" \
- -e "s/realloc/xrealloc/g" \
- ${.ALLSRC} > ${.TARGET}
-
-c-parse.y: c-parse.in
- sed -e "/^ifobjc$$/,/^end ifobjc$$/d" \
- -e "/^ifc$$/d" \
- -e "/^end ifc$$/d" \
- ${.ALLSRC} > ${.TARGET}
-
-CLEANFILES= c-parse+%DIKED.c c-parse.c c-parse.y
-CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
-
-#-----------------------------------------------------------------------
-
-.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/cc/tradcpp0/Makefile b/gnu/usr.bin/cc/tradcpp0/Makefile
deleted file mode 100644
index 8d35090..0000000
--- a/gnu/usr.bin/cc/tradcpp0/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $FreeBSD$
-
-.include "../Makefile.inc"
-
-.PATH: ${GCCDIR}
-
-PROG= tradcpp0
-SRCS= tradcpp.c tradcif+%DIKED.c
-BINDIR= /usr/libexec
-NOMAN= 1
-
-DPADD= ${LIBCC_INT}
-LDADD= ${LIBCC_INT}
-
-tradcif+%DIKED.c: tradcif.c
- sed -e "s/malloc/xmalloc/g" \
- -e "s/realloc/xrealloc/g" \
- ${.ALLSRC} >${.TARGET}
-
-CLEANFILES= tradcif+%DIKED.c tradcif.c
-CLEANFILES+= y.tab.h # we don't use it, but the system YACC rules are naive
-
-.include <bsd.prog.mk>
OpenPOWER on IntegriCloud