a22748dbd9
call preinit, init and fini arrays methods from crt1 for static binaries. Mark new crt1 with FreeBSD-specific ELF note. Move some common crt1 code into new MI file ignore_init.c, to reduce duplication. Also, conservatively adjust nearby sources for style. Reviewed by: kan Tested by: andrew (arm), flo (sparc64) MFC after: 3 weeks
8 lines
110 B
Makefile
8 lines
110 B
Makefile
# $FreeBSD$
|
|
|
|
SSP_CFLAGS=
|
|
|
|
SED_FIX_NOTE = -i "" -e '/\.note\.tag/s/progbits/note/'
|
|
|
|
.include "../Makefile.inc"
|