freebsd-src/lib/csu/i386-elf
Simon J. Gerraty 5b6dc2efc9 Reviewed by: imp
LDFLAGS is supposed to be given to CC not LD.
Define _LDFLAGS as a filtered version of LDFLAGS safe to give to LD
2014-07-26 04:38:09 +00:00
..
crt1_c.c Only assign the environ in the startup code when environ is NULL. 2013-01-07 17:58:27 +00:00
crt1_s.S The (%esp & 0xf) == 0 should be true before the call instruction is 2011-01-13 23:00:22 +00:00
crti.S Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:07:51 +00:00
crtn.S Add section .note.GNU-stack for assembly files used by 386 and amd64. 2011-01-07 16:07:51 +00:00
Makefile Reviewed by: imp 2014-07-26 04:38:09 +00:00