Home
last modified time | relevance | path

Searched refs:target_configdirs (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/
Dconfigure916 target_configdirs=`echo ${target_libraries} ${target_tools}`
1317 target_configdirs="$target_configdirs target-mingw"
1328 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1391 target_configdirs="$target_configdirs target-winsup"
1618 # $target_configdirs.
1634 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
1635 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
1648 if test -n "${target_configdirs}" ; then
1650 for i in `echo ${target_configdirs} | sed -e s/target-//g` ; do
1673 target_configdirs_all="$target_configdirs"
[all …]
Dconfigure.in118 # configdirs, or target_configdirs; see the serialization section below.
124 # Double entries in build_configdirs, configdirs, or target_configdirs may
171 ## ${target_configdirs} is directories we build using the target tools.
174 target_configdirs=`echo ${target_libraries} ${target_tools}`
550 target_configdirs="$target_configdirs target-mingw"
561 target_configdirs="$target_configdirs target-libtermcap target-winsup"
624 target_configdirs="$target_configdirs target-winsup"
851 # $target_configdirs.
867 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
868 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
[all …]
DMakefile.tpl124 TARGET_CONFIGDIRS = @target_configdirs@
DMakefile.in121 TARGET_CONFIGDIRS = @target_configdirs@
/openbsd/src/gnu/usr.bin/binutils-2.17/
Dconfigure.in107 # configdirs, or target_configdirs; see the serialization section below.
113 # Double entries in build_configdirs, configdirs, or target_configdirs may
173 ## ${target_configdirs} is directories we build using the target tools.
175 target_configdirs=`echo ${target_libraries} ${target_tools}`
532 target_configdirs="${target_configdirs} target-bsp target-cygmon"
635 target_configdirs="$target_configdirs target-mingw"
646 target_configdirs="$target_configdirs target-libtermcap target-winsup"
723 target_configdirs="$target_configdirs target-winsup"
1326 for dir in $configdirs $build_configdirs $target_configdirs ; do
1334 # $build_configdirs and $target_configdirs.
[all …]
Dconfigure944 target_configdirs=`echo ${target_libraries} ${target_tools}`
1340 target_configdirs="${target_configdirs} target-bsp target-cygmon"
1443 target_configdirs="$target_configdirs target-mingw"
1454 target_configdirs="$target_configdirs target-libtermcap target-winsup"
1531 target_configdirs="$target_configdirs target-winsup"
2544 for dir in $configdirs $build_configdirs $target_configdirs ; do
2552 # $build_configdirs and $target_configdirs.
2578 if test $dir != . && echo " ${target_configdirs} " | grep " ${dir} " >/dev/null 2>&1; then
2579 target_configdirs=`echo " ${target_configdirs} " | sed -e "s/ ${dir} / /"`
2592 if test -n "${target_configdirs}" ; then
[all …]