Home
last modified time | relevance | path

Searched refs:CRT1SRC (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/csu/
H A DMakefile.inc38 CRT1SRC?= crt1_c.c
42 CLEANFILES+= crti_s.o ${CRT1SRC:C/.[S|c]$/.o/}
44 crt1.o: ${CRT1SRC:C/.[S|c]$/.o/} ${CRT1OBJS} ${CRT1OBJ}
47 gcrt1_c.o: ${CRT1SRC}
48 ${CC} ${CFLAGS} -DGCRT -c -o ${.TARGET} ${.CURDIR}/${CRT1SRC}
53 Scrt1_c.o: ${CRT1SRC}
54 ${CC} ${CFLAGS} -fPIC -DPIC -c -o ${.TARGET} ${.CURDIR}/${CRT1SRC}
/freebsd/lib/csu/i386/
H A DMakefile5 CRT1SRC= crt1_s.S macro
/freebsd/lib/csu/aarch64/
H A DMakefile5 CRT1SRC= crt1_s.S macro
/freebsd/lib/csu/amd64/
H A DMakefile6 CRT1SRC= crt1_s.S macro