Searched refs:host_os (Results 1 - 25 of 210) sorted by relevance

123456789

/freebsd-11-stable/contrib/binutils/
H A Dconfig.rpath51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
59 case "$host_os" in
111 case "$host_os" in
127 case "$host_os" in
190 case "$host_os" in
211 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
223 case $host_os in aix4.[012]|aix4.[012].*)
351 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
354 case "$host_os" in
432 case "$host_os" i
[all...]
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.rpath51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
59 case "$host_os" in
111 case "$host_os" in
127 case "$host_os" in
190 case "$host_os" in
211 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
223 case $host_os in aix4.[012]|aix4.[012].*)
351 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
354 case "$host_os" in
432 case "$host_os" i
[all...]
H A Dshlib-install6 # usage: shlib-install [-D] -O host_os -d installation-dir [-b bin-dir] -i install-prog [-U] library
18 USAGE="$PROGNAME [-D] -O host_os -d installation-dir [-b bin-dir] -i install-prog [-U] library"
24 -O) shift; host_os="$1"; shift ;;
71 case "$host_os" in
118 case "$host_os" in
H A Dshobj-conf8 # usage: shobj-conf [-C compiler] -c host_cpu -o host_os -v host_vendor
53 USAGE="$PROGNAME [-C compiler] -c host_cpu -o host_os -v host_vendor"
59 -o) shift; host_os="$1"; shift ;;
65 case "${host_os}-${SHOBJ_CC}" in
173 case "${host_os}" in
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.rpath36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
46 case "$host_os" in
114 case "$host_os" in
130 case "$host_os" in
200 case "$host_os" in
221 case $host_os in aix4.[23]|aix4.[23].*|aix5*)
233 case $host_os in aix4.[012]|aix4.[012].*)
370 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
373 case "$host_os" in
451 case "$host_os" i
[all...]
/freebsd-11-stable/contrib/gdb/
H A Dltcf-gcj.sh44 case $host_os in
62 case $host_os in
125 case $host_os in
233 case $host_os in
250 case $host_os in
275 case $host_os in aix4.[012]|aix4.[012].*)
413 case $host_os in
506 case $host_os in
609 case $host_os in
H A Dltcf-c.sh41 case $host_os in
59 case $host_os in
122 case $host_os in
240 case $host_os in
257 case $host_os in
282 case $host_os in aix4.[012]|aix4.[012].*)
428 case "$host_os" in
433 case $host_os in
542 case $host_os in
646 case $host_os i
[all...]
H A Dltcf-cxx.sh121 case $host_os in
137 case $host_os in aix4.[012]|aix4.[012].*)
276 case $host_os in
293 case "$host_os" in
576 case $host_os in
688 case $host_os in
731 case $host_os in
910 case "$host_os" in
H A Dltconfig601 host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
604 case $host_os in
609 case $host_os in
701 case $host_os in
975 dynamic_linker="$host_os ld.so"
980 case $host_os in
1021 case $host_os in
1048 dynamic_linker="$host_os ld.so"
1074 case $with_gcc,$host_os in
1104 dynamic_linker="$host_os dyl
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dhost-target.mk38 host_os := ${_HOST_OSNAME:tl} macro
39 HOST_TARGET := ${host_os:S,/,,g}${HOST_OSMAJOR}-${_HOST_ARCH}
/freebsd-11-stable/share/mk/
H A Dhost-target.mk39 host_os := ${_HOST_OSNAME:tl} macro
40 HOST_TARGET := ${host_os:S,/,,g}${HOST_OSMAJOR}-${_HOST_ARCH}
/freebsd-11-stable/contrib/ncurses/misc/
H A Drun_tic.in104 SHLIB_HOST=@host_os@
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure698 host_os
3605 host_os=$*
3607 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4594 case $host_os in
4738 case $host_os in
4865 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4927 case $host_os in
5073 case $host_os i
[all...]
/freebsd-11-stable/contrib/libreadline/shlib/
H A DMakefile.in51 host_os = @host_os@
158 @echo "Your system and compiler (${host_os}-${CC}) are not supported by the"
184 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_HISTORY)
185 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_READLINE)
189 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_HISTORY)
190 $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_READLINE)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfigure665 host_os
4976 host_os=$*
4978 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5947 case $host_os in
6091 case $host_os in
6278 case $host_os in
6424 case $host_os in
6830 case $host_os i
[all...]
/freebsd-11-stable/contrib/file/
H A Dconfigure690 host_os
3367 host_os=$*
3369 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3372 case "$host_os" in
6281 case $host_os in
6425 case $host_os in
6612 case $host_os in
6758 case $host_os i
[all...]
/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dconfigure460 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS GENINSRC_TRUE GENINSRC_FALSE build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CFLAGS AR ac_ct_AR RANLIB ac_ct_RANLIB PERL BUILD_INFO_TRUE BUILD_INFO_FALSE LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP CPPFLAGS enable_shared enable_static MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT FC FCFLAGS LDFLAGS ac_ct_FC libtool_VERSION SECTION_LDFLAGS OPT_LDFLAGS LIBGOMP_BUILD_VERSIONED_SHLIB_TRUE LIBGOMP_BUILD_VERSIONED_SHLIB_FALSE config_path XCFLAGS XLDFLAGS link_gomp USE_FORTRAN_TRUE USE_FORTRAN_FALSE OMP_LOCK_SIZE OMP_LOCK_ALIGN OMP_NEST_LOCK_SIZE OMP_NEST_LOCK_ALIGN OMP_LOCK_KIND OMP_NEST_LOCK_KIND LIBOBJS LTLIBOBJS'
1651 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4457 case $host_os in
4495 case $host_os in
4610 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4956 case $host_os in
5027 case $host_os in
6099 case $host_os in
6429 case $host_os in
6508 case $host_os i
[all...]
/freebsd-11-stable/contrib/openpam/
H A Dconfigure685 host_os
4949 host_os=$*
4951 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5790 case $host_os in
5934 case $host_os in
6121 case $host_os in
6267 case $host_os in
6673 case $host_os i
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dconfigure461 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE AR ac_ct_AR RANLIB ac_ct_RANLIB LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S lt_ECHO CPP WARN_CFLAGS NO_WERROR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT INSTALL_LIBBFD_TRUE INSTALL_LIBBFD_FALSE host_noncanonical target_noncanonical bfdlibdir bfdincludedir USE_NLS LIBINTL LIBINTL_DEP INCINTL XGETTEXT GMSGFMT POSUB CATALOGS DATADIRNAME INSTOBJEXT GENCAT CATOBJEXT MKINSTALLDIRS MSGFMT MSGMERGE CC_FOR_BUILD EXEEXT_FOR_BUILD HDEFINES CGEN_MAINT_TRUE CGEN_MAINT_FALSE cgendir WIN32LDFLAGS WIN32LIBADD archdefs BFD_MACHINES LIBOBJS LTLIBOBJS'
1553 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
4163 case $host_os in
4201 case $host_os in
4316 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4662 case $host_os in
4733 case $host_os in
5804 case $host_os in
6134 case $host_os in
6213 case $host_os i
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dconfigure811 host_os
4479 host_os=$*
4481 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
6334 case $host_os in
6653 case $host_os in
6945 case $host_os in
8398 case $host_os in
8542 case $host_os i
[all...]
/freebsd-11-stable/contrib/tnftp/src/
H A DMakefile.in209 host_os = @host_os@
/freebsd-11-stable/contrib/openpam/misc/
H A DMakefile.in228 host_os = @host_os@
/freebsd-11-stable/contrib/file/python/
H A DMakefile.in220 host_os = @host_os@
/freebsd-11-stable/contrib/libpcap/
H A Dconfigure697 host_os
2508 host_os=$*
2510 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2573 case "$host_os" in
3702 case "$host_os" in
4016 case "$host_os" in
4036 case "$host_os" in
4096 case "$host_os" i
[all...]
/freebsd-11-stable/contrib/ldns/
H A Dconfigure704 host_os
3979 host_os=$*
3981 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4838 case $host_os in
4982 case $host_os in
5109 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5171 case $host_os in
5317 case $host_os i
[all...]

Completed in 513 milliseconds

123456789