Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/usr.bin/gcc3/f771 Add -I${BACKENDOBJ} to HOST_CPPFLAGS s...
details: https://anonhg.NetBSD.org/src/rev/325d19329deb
branches: trunk
changeset: 550728:325d19329deb
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Aug 19 01:13:25 2003 +0000
description:
Add -I${BACKENDOBJ} to HOST_CPPFLAGS so that `fini' host program can
find auto-build.h.
Fixes PR/22497.
Ok by mrg@.
diffstat:
gnu/usr.bin/gcc3/f771/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r a79a01ac25f2 -r 325d19329deb gnu/usr.bin/gcc3/f771/Makefile
--- a/gnu/usr.bin/gcc3/f771/Makefile Tue Aug 19 00:54:41 2003 +0000
+++ b/gnu/usr.bin/gcc3/f771/Makefile Tue Aug 19 01:13:25 2003 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2003/08/01 17:03:45 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2003/08/19 01:13:25 uwe Exp $
PROG= f771
SRCS= ${G_F77_OBJS:.o=.c} main.c
CPPFLAGS+= -I${DIST}/gcc/f -I.
-HOST_CPPFLAGS+= -I${GCCARCH} -DUSE_HCONFIG= \
+HOST_CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} -DUSE_HCONFIG= \
${G_ALL_CFLAGS:M-D*} ${G_INCLUDES:M-I*:N-I.*}
.for f in 1t 2t fo io nq op ot
Home |
Main Index |
Thread Index |
Old Index