Searched defs:LD_FLAGS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/i386/boot2/
H A DMakefile51 LD_FLAGS=-static -N --gc-sections macro
67 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o ${.TARGET} boot1.o
88 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o ${.TARGET} ${.ALLSRC}
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A DMakefile68 LD_FLAGS=-static -N --gc-sections macro
97 ${LD} ${LD_FLAGS} -e start -Ttext ${ORG1} -o $@ gptldr.o
105 ${LD} ${LD_FLAGS} -Ttext ${ORG2} -o $@ ${BTXCRT} ${OBJS} \

Completed in 66 milliseconds