freebsd-dev/lib/csu/amd64
John Polstra c30965b3bd Add "-fkeep-inline-functions" to CFLAGS so that higher optimization
levels (-O3 and above) won't remove essential code.  Many thanks
to Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> for pointing out
that it was the optimizer's removal of this code that caused make
world with -O3 to break.  With this change, make buildworld now
completes.
1999-03-15 21:56:54 +00:00
..
crt1.c Strip the leading path from __progname as is done in the a.out case. Also 1998-12-24 18:19:47 +00:00
crti.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
crtn.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
Makefile Add "-fkeep-inline-functions" to CFLAGS so that higher optimization 1999-03-15 21:56:54 +00:00