From f974920a72ceff59c6cb7b6af7ff98d51ba4baf7 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 29 May 2002 00:45:51 +0000 Subject: Add some build glue for libstdc++. I'm not a C++ person, but this seems to work at least for the non-hairy stuff. The main wrinkle here is that a whole mess of include files get installed and under different names. An earlier version of this built a shadow include tree first in the obj directory, but this depends on the 'make includes' functionality. More tweaking is certainly going to be needed. --- gnu/lib/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/lib/Makefile') diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 79f73dd..9c07c7c 100644 --- a/gnu/lib/Makefile +++ b/gnu/lib/Makefile @@ -8,10 +8,10 @@ SUBDIR+= libgcc_r .endif .endif -.if notyet +# libsupc++ uses libstdc++ headers, although 'make includes' should +# have taken care of that already. .if !defined(NO_CXX) -SUBDIR+= libsupc++ libstdc++ -.endif +SUBDIR+= libstdc++ libsupc++ .endif .if !defined(NO_OBJC) -- cgit v1.1