Home | History | Annotate | Download | only in config

Lines Matching refs:ldflags

48     echo "  --ldflags              Print -L search path and -l libraries to link with ICU [LDFLAGS].  This is for the data, uc (common), and i18n libraries only.  "
49 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
50 echo " --ldflags-searchpath Print only -L (search path) directive"
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
83 echo ' LDFLAGS=$(shell icu-config --ldflags)'
257 --ldflags-system)
261 --ldflags)
262 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${ECHO_C}"
266 --ldflags-libsonly)
270 --ldflags-icuio)
274 --ldflags-obsolete)
278 --ldflags-toolutil)
282 --ldflags-layout)
287 --ldflags-searchpath)