summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/egcs/cpp
diff options
context:
space:
mode:
authormrg <mrg@NetBSD.org>2000-08-06 15:26:55 +0000
committermrg <mrg@NetBSD.org>2000-08-06 15:26:55 +0000
commitfa388a99bb6d7881ad00b8100f6defcf2040939b (patch)
tree4d9c0c9f531571321c78b50b85a7ad522c76c808 /gnu/usr.bin/egcs/cpp
parentd58fc5179f5763a103a3b3fc9f944cf58251d661 (diff)
don't build egcs 1.1.2 on sparc64; it is broken and useless
Diffstat (limited to 'gnu/usr.bin/egcs/cpp')
-rw-r--r--gnu/usr.bin/egcs/cpp/Makefile13
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/usr.bin/egcs/cpp/Makefile b/gnu/usr.bin/egcs/cpp/Makefile
index b2f916cbbee..0f86f13fbc1 100644
--- a/gnu/usr.bin/egcs/cpp/Makefile
+++ b/gnu/usr.bin/egcs/cpp/Makefile
@@ -1,6 +1,9 @@
# from: @{#}Makefile 6.4 (Berkeley) 2/21/91
-# $NetBSD: Makefile,v 1.10 1999/01/18 21:14:50 christos Exp $
+# $NetBSD: Makefile,v 1.11 2000/08/06 15:26:56 mrg Exp $
+.include <bsd.own.mk>
+
+.if (${MACHINE_ARCH} != "sparc64")
HAVE_GCC28!= ${CXX} --version | egrep "^(2\.8|egcs)" ; echo
PROG= cpp
@@ -18,11 +21,13 @@ FILESNAME= cpp
FILESDIR= /usr/bin
FILESMODE= ${BINMODE}
-MAN= cccp.1
-MLINKS= cccp.1 cpp.1 cccp.1 gcpp.1
-
.NOPATH: cexp.c
.BEGIN:
@rm -f ${DIST}/cexp.c
.include <bsd.prog.mk>
+
+.endif
+
+MAN= cccp.1
+MLINKS= cccp.1 cpp.1 cccp.1 gcpp.1