Lines Matching refs:HOST_OS
122 # define HOST_OS as $OS without any cpu-specific suffix
125 linux-*) HOST_OS=linux
127 darwin-*) HOST_OS=darwin
129 freebsd-*) HOST_OS=freebsd
131 *) HOST_OS=$OS
141 case $HOST_OS-$HOST_ARCH in
146 HOST_TAG=$HOST_OS-$HOST_ARCH
201 if [ "$HOST_OS" != "linux" ] ; then
229 HOST_OS=windows
543 echo "HOST_OS := $HOST_OS" >> $config_mk