Date: Tue, 28 May 2002 17:45:51 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <200205290045.g4T0jpU62862@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205290045.g4T0jpU62862>
