freebsd_amp_hwpstate/lib/csu/i386-elf
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
..
Makefile Add "-fkeep-inline-functions" to CFLAGS so that higher optimization 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
crtbegin.c Reverse the order of processing object files within an executable or 1999-03-13 01:35:44 +00:00
crtend.c Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00
crti.S
crtn.S