From owner-cvs-all Tue May 28 17:46: 1 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E536237B406; Tue, 28 May 2002 17:45:51 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T0jpU62862; Tue, 28 May 2002 17:45:51 -0700 (PDT) (envelope-from peter) Message-Id: <200205290045.g4T0jpU62862@freefall.freebsd.org> From: Peter Wemm Date: Tue, 28 May 2002 17:45:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib Makefile src/gnu/lib/libstdc++ Makefile _G_config.h alpha.map c++config.h configs.map i386.map ia64.map includes.map powerpc.map sparc64.map src/gnu/lib/libsupc++ Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2002/05/28 17:45:51 PDT Modified files: gnu/lib Makefile gnu/lib/libstdc++ Makefile gnu/lib/libsupc++ Makefile Added files: gnu/lib/libstdc++ alpha.map c++config.h configs.map i386.map ia64.map includes.map powerpc.map sparc64.map Removed files: gnu/lib/libstdc++ _G_config.h Log: 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. Revision Changes Path 1.38 +3 -3 src/gnu/lib/Makefile 1.30 +74 -69 src/gnu/lib/libstdc++/Makefile 1.10 +0 -102 src/gnu/lib/libstdc++/_G_config.h (dead) 1.1 +3 -0 src/gnu/lib/libstdc++/alpha.map (new) 1.1 +1154 -0 src/gnu/lib/libstdc++/c++config.h (new) 1.1 +10 -0 src/gnu/lib/libstdc++/configs.map (new) 1.1 +3 -0 src/gnu/lib/libstdc++/i386.map (new) 1.1 +3 -0 src/gnu/lib/libstdc++/ia64.map (new) 1.1 +165 -0 src/gnu/lib/libstdc++/includes.map (new) 1.1 +3 -0 src/gnu/lib/libstdc++/powerpc.map (new) 1.1 +3 -0 src/gnu/lib/libstdc++/sparc64.map (new) 1.4 +9 -7 src/gnu/lib/libsupc++/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message