summaryrefslogtreecommitdiffstats
path: root/gnu/lib/csu
Commit message (Expand)AuthorAgeFilesLines
* MFC r257532 (by adrian):dim2013-12-301-3/+1
* MFC r259720:dim2013-12-251-4/+6
* Add compiler support for the ARM EABI.andrew2013-01-171-0/+4
* Build the "S" objects with the same name they get installed under.marcel2012-05-171-4/+4
* Revert r234356 for now, as it leads to run-time problems on 32-bitdim2012-04-231-1/+0
* Work around an issue on 32-bit PowerPC, where clang executable can getdim2012-04-161-0/+1
* MFtbemd:imp2010-08-231-3/+3
* Teach our toolchain how to generate 64-bit PowerPC binaries. This fixesnwhitehorn2010-07-101-1/+1
* Often reported issue with newer ld is:kib2010-06-181-1/+2
* Fix build when WITH_SSP is set explicitly.ru2009-02-211-1/+3
* Revert previous commit. The prototype has been moved to unistd.hmarcel2008-09-281-1/+1
* Add -D_OSRELDATE_H to CFLAGS to prevent the declaration ofmarcel2008-09-261-1/+1
* Enable GCC stack protection (aka Propolice) for userland:ru2008-06-251-0/+1
* Remove one more alpha leftover.ru2008-01-241-1/+1
* Back out last commit -- it breaks sparc64 build which hasru2007-10-131-2/+2
* Minor tweak to finding BEG/END source.obrien2007-10-121-2/+2
* Update bmake glue to build GCC 4.2.kan2007-05-191-7/+12
* Fix a problem mentioned in the previous revision in a different,ru2004-09-101-3/+3
* Add the .h files to the .o dependency lists so the .h's are created beforeobrien2004-09-091-2/+2
* Bmake glue for GCC 3.4.2-prerelease.kan2004-07-281-5/+5
* Just pass -DCRT_BEGIN as an option to mkdep(1), no need to overrideru2004-03-061-1/+1
* Including dynamically generated osreldate.h wasn't such a goodkan2003-07-131-0/+1
* Change CFLAGS to more closely follow options used when GCC is builtkan2003-07-111-1/+2
* Use ?= before someone brings it up.obrien2003-06-021-1/+1
* crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89.obrien2003-06-011-0/+1
* Only cross-tools may use TARGET_ARCH/TARGET, everyone elseru2003-02-271-3/+3
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
* Alpha has crtfastmath also.obrien2002-05-261-1/+1
* Rev 1.12 broke `make all' w/o a previous `make depends'.obrien2002-05-261-4/+5
* Put on peril-sensitive sunglasses and risk touching gcc related build gluepeter2002-05-171-15/+19
* GCC 3.1 on PowerPC also has the crtsavres C Run Time file.obrien2002-05-171-0/+5
* Quote {CC} so ccache can be used.obrien2002-05-141-1/+1
* Fixed CLEANFILES after bsd.lib.mk sweep.ru2002-05-131-1/+3
* Major cleanup of bsd.lib.mk.ru2002-05-131-2/+0
* NOLIB is gone; put INTERNALLIB back for now.ru2002-05-121-0/+2
* There is no more NOLIB.obrien2002-05-121-1/+0
* Bmake bits for Gcc 3.1.obrien2002-05-101-41/+26
* Style reorg.obrien2002-04-051-5/+2
* Removed mentions of TARGET_ARCH from non-cross places.ru2001-10-041-4/+2
* GCC uses .asm files on the Alpha for crt{begin,end}.o rather thanobrien2000-10-311-9/+30
* * Bring back the guts of crt{i,n}.S. This allows C++ exceptions to workobrien2000-10-281-0/+56
OpenPOWER on IntegriCloud