Home | History | Annotate | Download | only in config

Lines Matching refs:ldflags

123 # 1. use LDFLAGS, CFLAGS, etc from above
219 LDFLAGS="-Wl,--gc-sections ${RPATHLDFLAGS}"
228 SHLIB_c="${CC} ${DEFS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -shared"
229 SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${LDFLAGS} -shared"
312 ## These are the library specific LDFLAGS
336 # LDflags that pkgdata will use
393 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. "
394 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
395 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
396 echo " --ldflags-searchpath Print only -L (search path) directive"
397 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
398 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
399 echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (requires icuapps/obsolete to be built and installed.) "
427 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
429 echo ' LDFLAGS=$(shell icu-config --ldflags)'
600 --ldflags-system)
604 --ldflags)
605 echo $ECHO_N "${LDFLAGS} ${ICULIBS} ${LIBS} ${ECHO_C}"
609 --ldflags-libsonly)
613 --ldflags-icuio)
617 --ldflags-obsolete)
621 --ldflags-toolutil)
625 --ldflags-layout)
629 --ldflags-searchpath)