summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc/cc1/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use LIBEXECDIR for /usr/libexec.bdrewery2015-11-261-1/+1
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-061-1/+1
* NO_MAN= has been deprecated in favor of MAN= for some time, go aheadimp2014-04-131-1/+1
* Add compiler support for the ARM EABI.andrew2013-01-171-1/+2
* Add src.conf option WITH_SHARED_TOOLCHAIN to enable building thekib2012-04-291-1/+4
* Update bmake glue to build GCC 4.2.kan2007-05-191-19/+12
* NOSHARED -> NO_SHAREDru2004-12-211-1/+1
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-5/+4
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
* Update bmake bits to build GCC 3.3.1-prerelease.kan2003-07-111-1/+1
* Restore some of the implementation from the Bmake gcc 2.95 bits.obrien2002-05-131-10/+11
* Tidy up the cleanfiles.obrien2002-05-121-1/+1
* Bmake bits for Gcc 3.1.obrien2002-05-101-9/+11
* Change YACCing.obrien2002-04-101-8/+5
* Fine! I cannot freaking take the bikeshed any more.obrien2002-04-081-1/+1
* Minor style tweak.obrien2002-04-041-1/+1
* Make the sed line a little bit more clear (it will get messier later).obrien2002-04-041-1/+2
* Set NOSHARED conditionally.obrien2002-04-041-1/+1
* Clean up the YACCing. I don't know why we cannot leave the .y's as .y's.obrien2002-04-041-4/+2
* Move c-decl.c out of the common libcc_int.a into the binary Makefilesobrien2000-05-241-1/+2
* Merge cc_drv into cc_int. Merge more shared files into cc_int.obrien2000-01-241-3/+2
* Simply cc_tools/Makefile by moving the parser generation to the respectiveobrien2000-01-241-1/+18
* Minor cosmetic changes in an attempt to improve consistancy.obrien1999-11-041-0/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Purely cosmetic cleanups.obrien1999-08-161-5/+3
* Minimum set of changes to switch from Gcc 2.7.2 (in contrib/gcc) to Egcs 1.1.2obrien1999-04-041-3/+7
* NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!".pst1997-06-291-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Remove the partial support for a shared -lcc_int, since it's been unusablepeter1996-09-211-2/+2
* Man the lifeboats! Tie down the hatches! Red alert! Activate gcc-2.7.2.1!peter1996-09-191-3/+5
* Build cc1 nonshared. This actually results in it consuming 40K *less* diskdg1995-10-011-1/+2
* Stop using gnumalloc.phk1995-09-221-3/+3
* Make GCC's back end be shared among all languages. cc, c++, and cpp nowwollman1994-09-181-1/+1
* Use gnumalloc to help reduce memory consumption.dg1994-08-291-2/+2
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-2/+1
* Here comes the right import of gcc-2.6.0.phk1994-08-021-0/+13
OpenPOWER on IntegriCloud