freebsd-dev/lib/csu
Bruce Evans ccc4300e95 Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect
except to generate spurious warnings about a system header <sys/param.h>
having some inline functions (the bswap family).  This backs out the main
part of rev.1.5 (which was the only part left).  The problem fixed by
rev.1.5 of the Makefile went away in rev.1.5 of ../common/crtbegin.c
when the references to do_ctors() and do_dtors() in the latter were moved
from inline asm to C code.

This leaves the problem that implementation details cause warnings.

Discussed with:	jdp
2002-04-29 13:07:20 +00:00
..
alpha Style nit and modernize SCM ID. 2002-04-13 21:54:09 +00:00
amd64 Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect 2002-04-29 13:07:20 +00:00
common GC code that moved to crtbrand.c. 2002-01-28 19:02:34 +00:00
i386 Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
i386-elf Removed "-fkeep-inline-functions" from CFLAGS, since it now has no effect 2002-04-29 13:07:20 +00:00
ia64 Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
powerpc Do not use __progname directly (except in [gs]etprogname(3)). 2002-03-29 22:43:43 +00:00
sparc64 For now we are using our old crt{begin,end}. 2002-04-08 20:31:20 +00:00