summaryrefslogtreecommitdiff
path: root/gnu/lib/libsupc++
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
| | | | | | 'RELENG_6_2_0_RELEASE'. This commit was manufactured to restore the state of the 6.2-RELEASE image.
* MFC: rev 1.8: update libsupc++ to include missing filesDavid E. O'Brien2006-09-051-5/+6
| | | | Notes: svn path=/stable/6/; revision=162047
* MFC: Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS in orderColin Percival2005-08-191-0/+1
| | | | | | | | | to make this library build repeatably. Approved by: re (kensmith) Notes: svn path=/stable/6/; revision=149260
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-281-2/+2
| | | | Notes: svn path=/head/; revision=132751
* Update bmake bits to build GCC 3.3.1-prerelease.Alexander Kabaev2003-07-111-2/+2
| | | | Notes: svn path=/head/; revision=117429
* Add some build glue for libstdc++. I'm not a C++ person, but this seemsPeter Wemm2002-05-291-7/+9
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=97433
* Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov2002-05-121-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via INCS. Implemented INCSLINKS (equivalent to SYMLINKS) to handle symlinking include files. Allow for multiple groups of include files to be installed, with the powerful INCSGROUPS knob. Documentation to follow. Added standard `includes' and `incsinstall' targets, use them in Makefile.inc1. Headers from the following makefiles were not installed before (during `includes' in Makefile.inc1): kerberos5/lib/libtelnet/Makefile lib/libbz2/Makefile lib/libdevinfo/Makefile lib/libform/Makefile lib/libisc/Makefile lib/libmenu/Makefile lib/libmilter/Makefile lib/libpanel/Makefile Replaced all `beforeinstall' targets for installing includes with the INCS stuff. Renamed INCDIR to INCSDIR, for consistency with FILES and SCRIPTS, and for compatibility with NetBSD. Similarly for INCOWN, INCGRP, and INCMODE. Consistently use INCLUDEDIR instead of /usr/include. gnu/lib/libstdc++/Makefile and gnu/lib/libsupc++/Makefile changes were only lightly tested due to the missing contrib/libstdc++-v3. I fully tested the pre-WIP_GCC31 version of this patch with the contrib/libstdc++.295 stuff. These changes have been tested on i386 with the -DNO_WERROR "make world" and "make release". Notes: svn path=/head/; revision=96462
* Mostly filled in contents for GCC 3.1.David E. O'Brien2002-05-071-0/+27
| | | | | | | Bribed by: peter Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96135
* This commit was manufactured by cvs2svn to create branch 'WIP_GCC31'.cvs2svn2002-05-061-0/+1
Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96127