aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* MFC r339738, r339744, r339770, r339773, r339864-r339866, r339907-r339908, r33...Andrew Turner2019-09-161-4/+0
* Convert gnu to using SRCTOPWarner Losh2017-03-121-3/+3
* Follow-up r297842: Rework header generation to fix always rebuilding.Bryan Drewery2016-04-181-4/+4
* META_MODE: Avoid changed build command every build.Bryan Drewery2016-04-121-1/+1
* Remove the old depend (mkdep) code and make FAST_DEPEND the one true way.Bryan Drewery2016-03-301-1/+0
* DIRDEPS_BUILD: Regenerate without local dependencies.Bryan Drewery2016-02-241-30/+0
* Remove redundant .NOPATH.Bryan Drewery2015-09-261-2/+0
* Fix installation of 32bit libraries after r288074.Bryan Drewery2015-09-211-0/+2
* Replace realinstall: and META_MODE staging hacks with FILES mechanism.Bryan Drewery2015-09-211-14/+6
* Add META_MODE support.Simon J. Gerraty2015-06-132-0/+52
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-0/+2
| |\ | |/ |/|
| * all is MAIN targetSimon J. Gerraty2014-11-301-0/+2
| * Merge from head@274682Simon J. Gerraty2014-11-191-1/+1
| |\ | |/ |/|
| * fixed depSimon J. Gerraty2014-11-191-1/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-8/+2
| |\
| * \ Merge from headSimon J. Gerraty2014-05-081-1/+1
| |\ \
| * | | Need to stage_filesSimon J. Gerraty2014-05-051-0/+6
| * | | Merge headSimon J. Gerraty2014-04-281-4/+4
| |\ \ \
| * | | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | | Sync with HEAD.David E. O'Brien2013-02-081-0/+4
| |\ \ \ \
| * | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+46
* | | | | | Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Remove ia64.Marcel Moolenaar2014-07-071-7/+0
* | | | | Make sure that the sub-makes for unwind.h start from the CURDIRWarner Losh2014-06-241-1/+1
| |_|_|/ |/| | |
* | | | Use src.opts.mk in preference to bsd.own.mk except where we need stuffWarner Losh2014-05-061-1/+1
| |_|/ |/| |
* | | To avoid having to explicitly test COMPILER_TYPE for settingDimitry Andric2013-12-221-3/+1
* | | For gnu/lib/csu, only use gcc-specific flags when compiling with gcc.Dimitry Andric2013-12-221-4/+6
| |/ |/|
* | Add compiler support for the ARM EABI.Andrew Turner2013-01-171-0/+4
|/
* Build the "S" objects with the same name they get installed under.Marcel Moolenaar2012-05-171-4/+4
* Revert r234356 for now, as it leads to run-time problems on 32-bitDimitry Andric2012-04-231-1/+0
* Work around an issue on 32-bit PowerPC, where clang executable can getDimitry Andric2012-04-161-0/+1
* MFtbemd:Warner Losh2010-08-231-3/+3
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesNathan Whitehorn2010-07-101-1/+1
* Often reported issue with newer ld is:Konstantin Belousov2010-06-181-1/+2
* Fix build when WITH_SSP is set explicitly.Ruslan Ermilov2009-02-211-1/+3
* Revert previous commit. The prototype has been moved to unistd.hMarcel Moolenaar2008-09-281-1/+1
* Add -D_OSRELDATE_H to CFLAGS to prevent the declaration ofMarcel Moolenaar2008-09-261-1/+1
* Enable GCC stack protection (aka Propolice) for userland:Ruslan Ermilov2008-06-251-0/+1
* Remove one more alpha leftover.Ruslan Ermilov2008-01-241-1/+1
* Back out last commit -- it breaks sparc64 build which hasRuslan Ermilov2007-10-131-2/+2
* Minor tweak to finding BEG/END source.David E. O'Brien2007-10-121-2/+2
* Update bmake glue to build GCC 4.2.Alexander Kabaev2007-05-191-7/+12
* Fix a problem mentioned in the previous revision in a different,Ruslan Ermilov2004-09-101-3/+3
* Add the .h files to the .o dependency lists so the .h's are created beforeDavid E. O'Brien2004-09-091-2/+2
* Bmake glue for GCC 3.4.2-prerelease.Alexander Kabaev2004-07-281-5/+5
* Just pass -DCRT_BEGIN as an option to mkdep(1), no need to overrideRuslan Ermilov2004-03-061-1/+1
* Including dynamically generated osreldate.h wasn't such a goodAlexander Kabaev2003-07-131-0/+1
* Change CFLAGS to more closely follow options used when GCC is builtAlexander Kabaev2003-07-111-1/+2
* Use ?= before someone brings it up.David E. O'Brien2003-06-021-1/+1