aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cpp
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
| | | | | | 'RELENG_7_0_0_RELEASE'. This commit was manufactured to restore the state of the 7.0-RELEASE image.
* Update bmake glue to build GCC 4.2.Alexander Kabaev2007-05-191-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | Also: Switch FreeBSD to use libgcc_s.so.1. Use dl_iterate_phdr to locate shared objects' exception frame info instead of depending on older register_frame_info machinery. This allows us to avoid depending on libgcc_s.so.1 in binaries that do not use exception handling directly. As an additional benefit it breaks circular libc <=> libgcc_s.so.1 dependency too. Build newly added libgomp.so.1 library, the runtime support bits for OpenMP. Build LGPLed libssp library. Our libc provides our own BSD-licensed SSP callbacks implementation, so this library is only built to benefit applications that have hadcoded knowledge of libssp.so and libssp_nonshared.a. When linked in from command line, these libraries override libc implementation. Notes: svn path=/head/; revision=169718
* Prepare to pick up manpages from their new location.Ruslan Ermilov2006-09-211-6/+1
| | | | Notes: svn path=/head/; revision=162511
* Remove redundant defines alerady set by Makefile.feAlexander Kabaev2006-09-121-3/+0
| | | | Notes: svn path=/head/; revision=162258
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).Ruslan Ermilov2004-02-051-2/+2
| | | | Notes: svn path=/head/; revision=125503
* UseJun Kuriyama2003-06-061-1/+1
| | | | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde Notes: svn path=/head/; revision=115898
* The best we can do about man pages for the moment.David E. O'Brien2002-06-051-1/+5
| | | | Notes: svn path=/head/; revision=97890
* We don't need this library any more.David E. O'Brien2002-06-041-2/+2
| | | | Notes: svn path=/head/; revision=97830
* Bmake bits for GCC 3.1.David E. O'Brien2002-04-061-0/+18
Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=94008