Searched refs:PICFLAG (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/lib/libc_nonshared/
H A DMakefile11 CFLAGS+=${PICFLAG} -DPIC -fvisibility=hidden
/freebsd-11-stable/contrib/binutils/libiberty/
H A DMakefile.in68 PICFLAG =
230 if [ x"$(PICFLAG)" != x ]; then \
407 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
508 if [ x"$(PICFLAG)" != x ]; then \
509 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
515 if [ x"$(PICFLAG)" != x ]; then \
516 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
522 if [ x"$(PICFLAG)" != x ]; then \
523 $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
529 if [ x"$(PICFLAG)" !
[all...]
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A DMakefile.in68 PICFLAG =
230 if [ x"$(PICFLAG)" != x ]; then \
390 if [ x"$(PICFLAG)" != x ] && [ ! -d pic ]; then \
491 if [ x"$(PICFLAG)" != x ]; then \
492 $(COMPILE.c) $(PICFLAG) $(srcdir)/_doprnt.c -o pic/$@; \
498 if [ x"$(PICFLAG)" != x ]; then \
499 $(COMPILE.c) $(PICFLAG) $(srcdir)/alloca.c -o pic/$@; \
505 if [ x"$(PICFLAG)" != x ]; then \
506 $(COMPILE.c) $(PICFLAG) $(srcdir)/argv.c -o pic/$@; \
512 if [ x"$(PICFLAG)" !
[all...]
/freebsd-11-stable/lib/libc++experimental/
H A DMakefile17 CXXFLAGS+= ${PICFLAG}
/freebsd-11-stable/lib/libcompiler_rt/
H A DMakefile10 CFLAGS+= ${PICFLAG}
/freebsd-11-stable/cddl/lib/drti/
H A DMakefile21 -DPIC ${PICFLAG}
/freebsd-11-stable/lib/libclang_rt/
H A DMakefile.inc24 CFLAGS+= ${PICFLAG}
/freebsd-11-stable/lib/libgcc_eh/
H A DMakefile.inc7 STATIC_CFLAGS+=${PICFLAG} -fvisibility=hidden -DVISIBILITY_HIDDEN
/freebsd-11-stable/share/mk/
H A Dbsd.lib.mk84 .if !defined(PICFLAG)
86 PICFLAG=-fPIC macro
88 PICFLAG=-fpic macro
103 ${CC} ${PICFLAG} -DPIC ${SHARED_CFLAGS} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
113 ${CXX} ${PICFLAG} -DPIC ${SHARED_CXXFLAGS} ${CXXFLAGS} -c ${.IMPSRC} -o ${.TARGET}
120 ${FC} ${PICFLAG} -DPIC ${FFLAGS} -o ${.TARGET} -c ${.IMPSRC}
133 ${CC:N${CCACHE_BIN}} -x assembler-with-cpp ${PICFLAG} -DPIC \
143 ${CC:N${CCACHE_BIN}} ${PICFLAG} -DPIC ${CFLAGS} ${ACFLAGS} \
/freebsd-11-stable/usr.sbin/bsnmpd/modules/snmp_hostres/
H A DMakefile77 ${CC} ${PICFLAG} -DPIC ${CFLAGS:C/^-W.*//} -c ${.IMPSRC} -o ${.TARGET}
/freebsd-11-stable/gnu/lib/libgcov/
H A DMakefile46 CC_S = ${CC} -c ${CFLAGS} ${PICFLAG} -DSHARED
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk207 PICFLAG ?= -fPIC macro
209 PICFLAG ?= -fPIC -fno-common macro
283 ${COMPILE.S} ${PICFLAG} ${CC_PIC} ${CFLAGS:M-[ID]*} ${AINC} ${.IMPSRC} -o ${.TARGET}
296 ${COMPILE.S} ${PICFLAG} ${CC_PIC} ${CFLAGS:M-[ID]*} ${AINC} ${.IMPSRC} -o ${.TARGET}.o
303 ${COMPILE.c} ${PICFLAG} ${CC_PIC} ${.IMPSRC} -o ${.TARGET}
306 ${COMPILE.cc} ${PICFLAG} ${CC_PIC} ${.IMPSRC} -o ${.TARGET}
313 ${COMPILE.c} ${PICFLAG} ${CC_PIC} ${.IMPSRC} -o ${.TARGET}.o
318 ${COMPILE.cc} ${PICFLAG} ${CC_PIC} ${.IMPSRC} -o ${.TARGET}.o
335 .if !defined(PICFLAG)
336 PICFLAG macro
[all...]
H A Dcython.mk76 ${COMPILE.c} ${PICFLAG} ${CC_PIC} ${.IMPSRC} -o ${.TARGET}
/freebsd-11-stable/gnu/lib/csu/
H A DMakefile25 CRTS_CFLAGS= -DCRTSTUFFS_O -DSHARED ${PICFLAG}
/freebsd-11-stable/gnu/lib/libgcc/
H A DMakefile182 CC_S = ${CC} -c ${CFLAGS} ${SHARED_CFLAGS} ${PICFLAG} -DSHARED
273 ${CC} -x assembler-with-cpp -c ${PICFLAG} ${CFLAGS} -DL${.PREFIX} \
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DHP-UX.mk59 PICFLAG?= +z macro
/freebsd-11-stable/contrib/binutils/
H A DMakefile.tpl310 PICFLAG =
H A DMakefile.in307 PICFLAG =
[all...]

Completed in 188 milliseconds