summaryrefslogtreecommitdiff
path: root/gnu/lib
AgeCommit message (Expand)Author
2002-05-17Post rev 1.39, the PowerPC specific additions to OBJS was getting lost.David E. O'Brien
2002-05-17bsd.lib.mk now understands what to do with .asm files.David E. O'Brien
2002-05-17GCC 3.1 on PowerPC also has the crtsavres C Run Time file.David E. O'Brien
2002-05-15Make sure to not yet build the GNU C++, but still allowRuslan Ermilov
2002-05-14Quote {CC} so ccache can be used.David E. O'Brien
2002-05-13Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov
2002-05-13Major cleanup of bsd.lib.mk.Ruslan Ermilov
2002-05-12NOLIB is gone; put INTERNALLIB back for now.Ruslan Ermilov
2002-05-12Added new bsd.incs.mk which handles installing of header filesRuslan Ermilov
2002-05-12Properly build lb1spc.asm on Sparc64.David E. O'Brien
2002-05-12There is no more NOLIB.David E. O'Brien
2002-05-12I was not strict enough with my ordering of things to satisfy make(1) nieveDavid E. O'Brien
2002-05-10[Ab]use LDFLAGS rather than CFLAGS.David E. O'Brien
2002-05-10Bmake bits for Gcc 3.1.David E. O'Brien
2002-05-10Need to build libgcc.so with -nostdlib -- otherwise we try linking withDavid E. O'Brien
2002-05-10All platforms should be on equal footing now -- no special handling forDavid E. O'Brien
2002-05-07Mostly filled in contents for GCC 3.1.David E. O'Brien
2002-05-07Fill in the missing.David E. O'Brien
2002-05-07This commit was manufactured by cvs2svn to create branch 'WIP_GCC31'.cvs2svn
2002-05-07libstdc++ version 3 (Gcc 3.1 is a consumer) uses the typical `config.h'.David E. O'Brien
2002-05-07Mostly filled in contents for GCC 3.1.David E. O'Brien
2002-05-07Dependencies on tconfig.h work better if we set GCCDIR when shellingDavid E. O'Brien
2002-05-07Update for GCC 3.1.David E. O'Brien
2002-05-07Fix to work on sparc64 (which has an extra crt .o file).David E. O'Brien
2002-05-06This commit was manufactured by cvs2svn to create branch 'WIP_GCC31'.cvs2svn
2002-05-06GCC's libstdc++ version 3 has the "libgcc" like bits (start up / terminateDavid E. O'Brien
2002-04-20It is easier for me to debug with -I's at the rear.David E. O'Brien
2002-04-09-ltermcap is spelled -lncurses nowadays.Ruslan Ermilov
2002-04-08Unbreak world (missing .else)Peter Wemm
2002-04-08Some things don't compile on ia64 and sparc64 yet.David E. O'Brien
2002-04-07Bmake bits for GCC 3.1.David E. O'Brien
2002-04-06Deal with new TarGeT-specific CRT files.David E. O'Brien
2002-04-05MFC: reorg.David E. O'Brien
2002-04-05Style reorg. Also spell -fpic as determined by bsd.lib.mk.David E. O'Brien
2002-04-05Update for GCC 3.1.David E. O'Brien
2002-04-05MFC: rev 1.4 (style reorg)David E. O'Brien
2002-04-05Style reorg.David E. O'Brien
2002-01-07Back out the previous revision for now. Instead, the current sparc64John Baldwin
2002-01-03Don't build csu or libgcc on sparc64 for the time being.John Baldwin
2001-12-18Working changes for GCC 3.0.2.David E. O'Brien
2001-12-18Working changes for GCC 3.0.2.David E. O'Brien
2001-11-29Fixed memory leak in dialog_gauge(3).Ruslan Ermilov
2001-11-01-v must have a space between it and the variable.David E. O'Brien
2001-10-04Removed mentions of TARGET_ARCH from non-cross places.Ruslan Ermilov
2001-10-03Fixed missing return type in synopsis.Bruce Evans
2001-10-01mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov
2001-08-31Properly move cursor when home and end keys are used.Eric Melville
2001-08-10Remove libgmp build infrastructure.Dima Dorfman
2001-08-09Handle keys consistently.Eric Melville
2001-08-07dialog(3) -> dialog_noyes(3).Ruslan Ermilov