Home
last modified time | relevance | path

Searched refs:SHLIB_LD (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sqlite3/tea/
H A Dconfigure6654 SHLIB_LD='${CC} -shared'
6718 SHLIB_LD="${LINKBIN} -dll ${lflags}"
6790 SHLIB_LD="/usr/ccs/bin/ld -G -z text"
6808 SHLIB_LD='${CC} -shared -Wl,-bexpall'
6812 SHLIB_LD="/bin/ld -bhalt:4 -bM:SRE -bexpall -H512 -T512 -bnoentry"
6816 SHLIB_LD="${SHLIB_LD} ${SHLIB_LD_FLAGS}"
6824 SHLIB_LD='${CC} -nostart'
6875 SHLIB_LD="shlicc -r"
6882 SHLIB_LD='${CC} -shared'
6890 SHLIB_LD='${CC} -shared'
[all …]
H A DMakefile.in113 SHLIB_LD = @SHLIB_LD@
/freebsd/contrib/sqlite3/tea/tclconfig/
H A Dtcl.m41040 # SHLIB_LD - Base command to use for combining object files
1218 SHLIB_LD='${CC} -shared'
1260 SHLIB_LD="${LINKBIN} -dll ${lflags}"
1317 SHLIB_LD="/usr/ccs/bin/ld -G -z text"
1326 SHLIB_LD='${CC} -shared -Wl,-bexpall'
1328 SHLIB_LD="/bin/ld -bhalt:4 -bM:SRE -bexpall -H512 -T512 -bnoentry"
1331 SHLIB_LD="${SHLIB_LD} ${SHLIB_LD_FLAGS}"
1338 SHLIB_LD='${CC} -nostart'
1350 SHLIB_LD="shlicc -r"
1357 SHLIB_LD='${CC} -shared'
[all …]
/freebsd/contrib/bmake/mk/
H A Dlib.mk69 SHLIB_LD ?= ${_CCLINK}
461 ${SHLIB_LD} -shared -Wl,-x ${SHLIB_SHFLAGS} ${LDFLAGS} -o ${.TARGET} \
465 ${SHLIB_LD} ${LD_x} ${LD_shared} ${LDFLAGS} \
469 ${SHLIB_LD} ${LDFLAGS} -o ${.TARGET} \
H A DChangeLog168 * set _CCLINK in init.mk so lib.mk can use it for default SHLIB_LD