Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/gnu/usr.bin/egcs/g77 pull up 1.10, 1.11 (approved by th...



details:   https://anonhg.NetBSD.org/src/rev/56c6c30f1853
branches:  netbsd-1-5
changeset: 488958:56c6c30f1853
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 07 01:52:02 2000 +0000

description:
pull up 1.10, 1.11 (approved by thorpej):
>don't build egcs 1.1.2 on sparc64; it is broken and useless

>Fix the last commit. We need to use the parts with ${DIST} after <bsd.prog.mk>
>because that includes the ../Makefile.inc.

diffstat:

 gnu/usr.bin/egcs/g77/Makefile |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 8bd0bb857032 -r 56c6c30f1853 gnu/usr.bin/egcs/g77/Makefile
--- a/gnu/usr.bin/egcs/g77/Makefile     Mon Aug 07 01:51:15 2000 +0000
+++ b/gnu/usr.bin/egcs/g77/Makefile     Mon Aug 07 01:52:02 2000 +0000
@@ -1,6 +1,9 @@
 #      from: @{#}Makefile    6.2 (Berkeley) 3/25/91
-#      $NetBSD: Makefile,v 1.9 1999/01/02 23:56:24 tv Exp $
+#      $NetBSD: Makefile,v 1.9.8.1 2000/08/07 01:52:02 mrg Exp $
 
+.include <bsd.own.mk>
+
+.if (${MACHINE_ARCH} != "sparc64")
 PROG=          g77
 SRCS=          gcc.c g77spec.c g77version.o version.c choose-temp.c \
                pexecute.c prefix.c mkstemp.c obstack.c
@@ -8,14 +11,18 @@
 CPPFLAGS+=     -DLANG_SPECIFIC_DRIVER
 
 LINKS+=                ${BINDIR}/g77 ${BINDIR}/f77 ${BINDIR}/g77 ${BINDIR}/fort77
+.endif
 
 MAN=           g77.1
 MLINKS=                g77.1 f77.1 g77.1 fort77.1
 
 .include <bsd.prog.mk>
 
+.if (${MACHINE_ARCH} != "sparc64")
 g77version.o: ${DIST}/f/version.c
        ${COMPILE.c} -o $@ $>
 
+CPPFLAGS+=     -I${DIST}/f
+.endif
+
 .PATH:         ${DIST}/f
-CPPFLAGS+=     -I${DIST}/f



Home | Main Index | Thread Index | Old Index