summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
Commit message (Expand)AuthorAgeFilesLines
* Simplified using new yacc rules. This is cosmetic - the old rules workedbde1998-05-042-24/+10
* Fixed missing dependencies. The critical missing one was of bi-lexer.obde1998-04-231-46/+67
* Support building of libgcc.a without building all of gcc. This isbde1998-03-231-15/+34
* Honour -static in LDLAGS. ld without -Bstatic is happy to choosebde1998-03-231-4/+4
* I goofed on the `LINKS' syntax.obrien1998-03-181-2/+3
* Fixed `make -jN depend' (N >= 2) by removing the beforedependbde1998-03-121-5/+2
* add `CC' as a link to `c++' for compatablity with SGI.obrien1998-03-081-2/+2
* First round of changes to support generation of assembler for the oldpeter1998-03-083-34/+17
* Fixed `make -jN' for large N. The usual method of pretending that allbde1998-03-061-13/+24
* Change MACHINE -> MACHINE_ARCH so that the design make sense on thosejb1998-01-252-22/+22
* More i386 -> ${MACHINE} changes to make this Makefile machinejb1998-01-111-15/+15
* Replace i386 references with ${MACHINE} to make this makefile almostjb1998-01-111-7/+11
* <bsd.prog.mk> has included ../Makefile.inc for a long time, and therebde1997-12-171-2/+1
* Changes to support full make parallelism (-j<n>) in the worldjkh1997-10-054-6/+18
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-293-6/+6
* Change a "=" to "?=" to make it easier to override the binary formatjdp1997-03-281-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-2216-16/+16
* Remove incorrect use of double-negative since it means the same thingjkh1997-01-211-2/+2
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1416-16/+16
* Sort cross references.wosch1997-01-131-2/+4
* Add the missing annotations.jmacd1997-01-111-1/+6
* Build/install c++filt from g++, we already have all the sources andpeter1996-10-132-2/+60
* Resync the libgcc functions list with the 2.7.2.1 tree. We were buildingpeter1996-10-011-17/+27
* Don't build config/i386/i386.o in the src/contrib/gcc tree..... :-]peter1996-10-011-2/+3
* cpp was named ccp.bde1996-09-232-4/+4
* Crude hack to work around cpp.1 doing a .so man1/cccp.1peter1996-09-232-2/+6
* Nuke a trailing .endif which survived Peter's last edits.jkh1996-09-211-2/+1
* Remove the partial support for a shared -lcc_int, since it's been unusablepeter1996-09-216-21/+12
* Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!peter1996-09-19192-355888/+440
* General -Wall warning cleanup, part I.jkh1996-07-1214-11/+182
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-3/+3
* Make rules reentrant.phk1996-05-281-5/+5
* ``mv'' -> ``mv -f''wosch1996-05-071-3/+3
* f2c's -krd does not work with f77 wrapperjoerg1996-03-271-1/+1
* Add some missing MLINKS, correct some cross references, correct somempp1996-02-092-4/+4
* Reviewed by: jmz (Jean-Marc Zucconi)graichen1996-01-162-2/+68
* Work around optimizer strength reduction bug.jkh1996-01-041-0/+5
* Enabled my FUNCTION_PROFILER_EPILOGUE code and added optionbde1995-12-263-12/+45
* When building -static, link with special scrt0.o instead of crt0.o. Thisdg1995-10-181-0/+3
* Make cc1plus smaller and faster as was done for cc1 by linking static.wollman1995-10-021-1/+2
* Build cc1 nonshared. This actually results in it consuming 40K *less* diskdg1995-10-011-1/+2
* Stop using gnumalloc.phk1995-09-222-6/+6
* Make only a `-r' flag (as opposed to `-r*') special within thejoerg1995-08-041-1/+1
* Fix dependencies for gcc.info and reno.info. `make depend' doesn't handlebde1995-07-121-0/+5
* Remove trailing whitespace.rgrimes1995-05-30102-1940/+1940
* Make error message for no input files specified consistent across allrgrimes1995-05-173-3/+3
* Gcc v2.6.3 currently has a problem with templates. Specifically, withnate1995-03-171-0/+4
* Bump SHLIB_MAJOR to 263 to match ../Makefile.incache1995-03-131-2/+2
* Don't install shared libgcc, we can't do it this way.phk1995-03-121-3/+1
* Remove the last vestige of COMMENT_BEGIN.bde1995-03-121-1/+0
OpenPOWER on IntegriCloud