Searched refs:nostdlib (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/lib/libthr/support/
H A DMakefile.inc29 ${CC} -fPIC -nostdlib -o ${.TARGET} -r ${.ALLSRC}
/freebsd-10.0-release/lib/libkse/support/
H A DMakefile.inc39 ${CC} -fPIC -nostdlib -o ${.TARGET} -r ${.ALLSRC}
/freebsd-10.0-release/libexec/rtld-elf/
H A DMakefile23 LDFLAGS+= -nostdlib -e _rtld_start
25 LDFLAGS+= -nostdlib -e .rtld_start
H A Drtld.c1585 * necessary. If nostdlib is true, then the default search paths are
1592 gethints(bool nostdlib) argument
1635 if (!nostdlib)
/freebsd-10.0-release/sys/boot/powerpc/boot1.chrp/
H A DMakefile18 LDFLAGS=-nostdlib -static -N
/freebsd-10.0-release/sys/boot/userboot/userboot/
H A DMakefile36 LDFLAGS+= -nostdlib -Wl,-Bsymbolic
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dembedspu.sh147 ${CC} ${FLAGS} -x assembler-with-cpp -nostartfiles -nostdlib \
/freebsd-10.0-release/lib/libc++/
H A DMakefile56 CFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -nostdlib -DLIBCXXRT
/freebsd-10.0-release/sys/boot/powerpc/ofw/
H A DMakefile78 LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
/freebsd-10.0-release/sys/boot/powerpc/uboot/
H A DMakefile85 LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
/freebsd-10.0-release/sys/boot/arm/uboot/
H A DMakefile95 LDFLAGS= -nostdlib -static
/freebsd-10.0-release/sys/boot/powerpc/ps3/
H A DMakefile88 LDFLAGS= -nostdlib -static -T ${.CURDIR}/ldscript.powerpc
/freebsd-10.0-release/contrib/bmake/mk/
H A Dprog.mk119 ${_CCLINK} ${LDFLAGS} ${LDSTATIC} -o ${.TARGET} -nostdlib ${_PROGLDOPTS} -L${DESTDIR}/usr/lib ${LIBCRT0} ${LIBCRTBEGIN} ${OBJS} ${LDADD} -L${DESTDIR}/usr/lib ${_SUPCXX} -lgcc -lc -lgcc ${LIBCRTEND}
/freebsd-10.0-release/share/mk/
H A Dbsd.prog.mk169 .if defined(LDFLAGS) && !empty(LDFLAGS:M-nostdlib)
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk172 ${CC} ${HACK_EXTRA_FLAGS} -nostdlib hack.c -o hack.So

Completed in 190 milliseconds