Source-Changes-HG archive

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

[src/trunk]: src/gnu/lib/libstdc++ Now that the libiberty config.h was made M...



details:   https://anonhg.NetBSD.org/src/rev/98455c2623a4
branches:  trunk
changeset: 588331:98455c2623a4
user:      he <he%NetBSD.org@localhost>
date:      Thu Feb 16 10:36:24 2006 +0000

description:
Now that the libiberty config.h was made MD again, we need to instruct
the build of this (only done for old gcc, i.e. vax) to pick up the
config.h file from the new place.

diffstat:

 gnu/lib/libstdc++/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 267acded49c1 -r 98455c2623a4 gnu/lib/libstdc++/Makefile
--- a/gnu/lib/libstdc++/Makefile        Thu Feb 16 10:28:01 2006 +0000
+++ b/gnu/lib/libstdc++/Makefile        Thu Feb 16 10:36:24 2006 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.23 2003/09/02 05:26:43 mrg Exp $
+#      $NetBSD: Makefile,v 1.24 2006/02/16 10:36:24 he Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -35,7 +35,8 @@
 CPPFLAGS+=     -nostdinc++ -I${.CURDIR}/arch/${MACHINE_ARCH} \
                ${GCPPFLAGS:M-D*} ${GCPPFLAGS:M-I*:N-I.*} \
                -I${DIST}/gcc/cp/inc \
-               -I${NETBSDSRCDIR}/gnu/lib/libiberty -I${DIST}/include
+               -I${NETBSDSRCDIR}/gnu/lib/libiberty -I${DIST}/include \
+               -I${NETBSDSRCDIR}/gnu/lib/libiberty/arch/${MACHINE_ARCH}
 
 CXXFLAGS+=     ${G_XCXXFLAGS:M-f*}
 



Home | Main Index | Thread Index | Old Index