aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Tell stupid users to write the bootcode.upstream/2.0_cvsrelease/2.0_cvsJordan K. Hubbard1994-11-221-1/+1
| | | | | This commit was manufactured to restore the state of the 2.0-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* This commit was manufactured by cvs2svn to create branch 'BETA_2_0'.cvs2svn1994-11-211-2/+3
| | | | Notes: svn path=/releng/BETA_2_0/; revision=4743
* Make GCC's back end be shared among all languages. cc, c++, and cpp nowGarrett Wollman1994-09-181-4/+3
| | | | | | | | | | | | | | | | | | | no longer link against the whole library, since they don't require much from it, but just compile the few small modules they actually need static. This should save a measurable amount of space; compare: -r-xr-xr-x 1 bin bin 155648 Sep 18 18:00 cc1* -r-xr-xr-x 1 root bin 1048576 Sep 18 17:33 cc1.noshae* Of course, the library takes up a bit of space, but when you add in the savings from the C++ compiler, you more than make up the difference: -r--r--r-- 1 bin bin 1157344 Sep 18 18:27 /usr/lib/libcc_int.so.26.0 -r-xr-xr-x 1 bin bin 491520 Sep 18 18:27 /usr/libexec/cc1plus* Notes: svn path=/head/; revision=2871
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-2/+1
| | | | | | | | | automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries. Notes: svn path=/head/; revision=2375
* Here comes the right import of gcc-2.6.0.Poul-Henning Kamp1994-08-021-0/+12
Notes: svn path=/head/; revision=1823