summaryrefslogtreecommitdiff
path: root/gnu/lib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.2.0_cvscvs2svn2000-11-201-1/+1
| | | | | | | 'RELENG_4_2_0_RELEASE'. This commit was manufactured to restore the state of the 4.2-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC.David E. O'Brien2000-10-311-1/+1
| | | | | | | | | | | | | | | | * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to work when using the egcs and gcc-devel ports, along with GCC built from stock public FSF sources. With out this change, FreeBSD will be removed from the list of systems GCC 3.0 must be evaluated on before release. * Switch from our own crt{begin,in} to those created from GCC's crtstuff.c. * Break out our ELF branding bits into a seperate file. Currently this is now included by our crt1.c files (since this functionality was part of our native crtbegin.c). Later crtbrand.o will be merged in the creation Notes: svn path=/stable/4/; revision=68060
* MFC: rev 1.26 (add NO_CXX knob)David E. O'Brien2000-10-301-1/+5
| | | | Notes: svn path=/stable/4/; revision=67942
* Make ObjC bits optional. NO_OBJC ==> don't need `em.David E. O'Brien1999-11-271-2/+5
| | | | Notes: svn path=/head/; revision=53787
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Hookup libg2c. (define NO_FORTRAN if you don't want it built)David E. O'Brien1999-04-181-1/+5
| | | | Notes: svn path=/head/; revision=45769
* Create a libgcc with POSIX threads support.David E. O'Brien1999-04-141-2/+3
| | | | | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org> (reorganized by me) Notes: svn path=/head/; revision=45669
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2David E. O'Brien1999-04-041-2/+2
| | | | | | | (in contrib/egcs) Notes: svn path=/head/; revision=45299
* Hookup libgcc at gnu/lib instead of gnu/usr.bin/ccDavid E. O'Brien1999-03-311-2/+2
| | | | | | | (libgcc was repository copied for me by Peter) Notes: svn path=/head/; revision=45169
* Fixed munging of the SUBDIR list in rev.1.16-1.18.Bruce Evans1998-09-021-4/+2
| | | | Notes: svn path=/head/; revision=38751
* All libs build on alpha now.Doug Rabson1998-08-311-6/+2
| | | | Notes: svn path=/head/; revision=38696
* Just one of these libs left to port to alpha.John Birrell1998-02-191-5/+5
| | | | Notes: svn path=/head/; revision=33610
* Avoid building x86 specific libraries on Alpha.John Birrell1998-01-101-2/+8
| | | | Notes: svn path=/head/; revision=32407
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add libstdc++ to the SUBDIR listPeter Wemm1996-10-041-2/+2
| | | | Notes: svn path=/head/; revision=18672
* Add libobjc, the Objective-C runtime library.Peter Wemm1996-09-191-2/+2
| | | | Notes: svn path=/head/; revision=18391
* gnumalloc is gone.Poul-Henning Kamp1996-02-111-2/+2
| | | | Notes: svn path=/head/; revision=14032
* Add libgmp.Mark Murray1995-11-131-2/+2
| | | | Notes: svn path=/head/; revision=12266
* Add libmpMark Murray1995-11-121-2/+2
| | | | Notes: svn path=/head/; revision=12238
* Remove */docAndrey A. Chernov1995-01-161-3/+2
| | | | Notes: svn path=/head/; revision=5659
* libregex/doc addedAndrey A. Chernov1995-01-111-2/+3
| | | | Notes: svn path=/head/; revision=5496
* Add readline/doc to SUBDIRAndrey A. Chernov1995-01-041-2/+2
| | | | Notes: svn path=/head/; revision=5387
* libdialog addedAndrey A. Chernov1994-10-111-2/+2
| | | | Notes: svn path=/head/; revision=3519
* Reenable libg++Rodney W. Grimes1994-09-091-2/+2
| | | | Notes: svn path=/head/; revision=2615
* Remove libg++ until we have a working one again.Jordan K. Hubbard1994-08-071-2/+2
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=1912
* libreadline addedAndrey A. Chernov1994-05-091-2/+2
| | | | Notes: svn path=/head/; revision=1469
* Update for new organization of gnu tree.Rodney W. Grimes1994-01-301-0/+5
Notes: svn path=/head/; revision=1042