From 768e889c8be080dedeac247a22916dfbf114abf1 Mon Sep 17 00:00:00 2001 From: skrll Date: Mon, 20 Nov 2006 17:08:35 +0000 Subject: Delete more gcc3 stuff. --- gnu/usr.bin/gcc3/libcpp/Makefile | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 gnu/usr.bin/gcc3/libcpp/Makefile (limited to 'gnu/usr.bin/gcc3/libcpp/Makefile') diff --git a/gnu/usr.bin/gcc3/libcpp/Makefile b/gnu/usr.bin/gcc3/libcpp/Makefile deleted file mode 100644 index 87a873a05ff..00000000000 --- a/gnu/usr.bin/gcc3/libcpp/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.3 2006/02/25 12:04:23 simonb Exp $ - -MKPRIVATELIB= yes - -LIB= cpp - -SRCS= ${G_LIBCPP_OBJS:.o=.c} - -CPPFLAGS+= -I${.CURDIR} -I${GCCARCH} -I${BACKENDOBJ} \ - ${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*} \ - -DPREFIX=\"/usr\" - -# XXX gcc332 gets an ICE compiling cppmacro.c with -O2. -.if ${MACHINE_ARCH} == "ns32k" -COPTS.cppmacro.c= -O1 -.endif - -.include - -${OBJS}: ${G_LIBCPP_DEPS} - -.PATH: ${DIST}/gcc -- cgit