diff options
| author | mrg <mrg@NetBSD.org> | 2000-08-06 15:26:55 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-08-06 15:26:55 +0000 |
| commit | fa388a99bb6d7881ad00b8100f6defcf2040939b (patch) | |
| tree | 4d9c0c9f531571321c78b50b85a7ad522c76c808 /gnu/usr.bin/egcs/cpp/Makefile | |
| parent | d58fc5179f5763a103a3b3fc9f944cf58251d661 (diff) | |
don't build egcs 1.1.2 on sparc64; it is broken and useless
Diffstat (limited to 'gnu/usr.bin/egcs/cpp/Makefile')
| -rw-r--r-- | gnu/usr.bin/egcs/cpp/Makefile | 13 |
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 |
