aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/csu
Commit message (Collapse)AuthorAgeFilesLines
...
* Including dynamically generated osreldate.h wasn't such a goodAlexander Kabaev2003-07-131-0/+1
| | | | | | | | | | | idea after all. Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h will avoid including sys/param.h if __FreeBSD_version is already defined. Notes: svn path=/head/; revision=117496
* Change CFLAGS to more closely follow options used when GCC is builtAlexander Kabaev2003-07-111-1/+2
| | | | | | | from stock FSF sources. Notes: svn path=/head/; revision=117424
* Use ?= before someone brings it up.David E. O'Brien2003-06-021-1/+1
| | | | Notes: svn path=/head/; revision=115663
* crtstuff needs isn't compilable with C99 on Sparc64, so set CSTD to gnu89.David E. O'Brien2003-06-011-0/+1
| | | | Notes: svn path=/head/; revision=115646
* Only cross-tools may use TARGET_ARCH/TARGET, everyone elseRuslan Ermilov2003-02-271-3/+3
| | | | | | | should use the normal MACHINE_ARCH/MACHINE instead. Notes: svn path=/head/; revision=111608
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-291-1/+1
| | | | | | | | | for a long time now. Approved by: bde Notes: svn path=/head/; revision=100872
* Alpha has crtfastmath also.David E. O'Brien2002-05-261-1/+1
| | | | Notes: svn path=/head/; revision=97315
* Rev 1.12 broke `make all' w/o a previous `make depends'.David E. O'Brien2002-05-261-4/+5
| | | | Notes: svn path=/head/; revision=97314
* Put on peril-sensitive sunglasses and risk touching gcc related build gluePeter Wemm2002-05-171-15/+19
| | | | | | | | | | | | again. Try and deal with platforms that provide their own crtbegin/end asm files (ia64 for example). crtstuff.c does not actually work on ia64 since libgcc.a doesn't have a few key support functions when built on ia64 so it is compulsory to use crtbegin.asm and crtend.asm. Reviewed by: obrien Notes: svn path=/head/; revision=96796
* GCC 3.1 on PowerPC also has the crtsavres C Run Time file.David E. O'Brien2002-05-171-0/+5
| | | | Notes: svn path=/head/; revision=96778
* Quote {CC} so ccache can be used.David E. O'Brien2002-05-141-1/+1
| | | | Notes: svn path=/head/; revision=96553
* Fixed CLEANFILES after bsd.lib.mk sweep.Ruslan Ermilov2002-05-131-1/+3
| | | | Notes: svn path=/head/; revision=96530
* Major cleanup of bsd.lib.mk.Ruslan Ermilov2002-05-131-2/+0
| | | | | | | | | | Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB. Notes: svn path=/head/; revision=96512
* NOLIB is gone; put INTERNALLIB back for now.Ruslan Ermilov2002-05-121-0/+2
| | | | Notes: svn path=/head/; revision=96464
* There is no more NOLIB.David E. O'Brien2002-05-121-1/+0
| | | | Notes: svn path=/head/; revision=96454
* Fix to work on sparc64 (which has an extra crt .o file).David E. O'Brien2002-05-071-7/+8
| | | | Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=96131
* Deal with new TarGeT-specific CRT files.David E. O'Brien2002-04-061-5/+12
| | | | | | | (sparc64 introduced the first) Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=93980
* Update for GCC 3.1.David E. O'Brien2002-04-051-53/+16
| | | | | | | (Alpha now uses crtstuff rather than the ASM verisons!) Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=93870
* MFC: rev 1.4 (style reorg)David E. O'Brien2002-04-051-5/+2
| | | | Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=93869
* Working changes for GCC 3.0.2.David E. O'Brien2001-12-181-0/+89
Notes: svn path=/cvs2svn/branches/WIP_GCC31/; revision=88098