Lines Matching refs:OS
46 OS=`uname -s | sed -e 's/GNU\/Linux/Linux/g' | tr '[:upper:]' '[:lower:]'`
47 case "$OS" in
55 OS='solaris'
60 echo "Cannot determine OS!"
137 if [ "$OS" = "freebsd" ]; then
178 if [ "$OS" = "darwin" ]; then
335 # Check for OS, MACHINE, CPU
341 [ "$OS" = "solaris" ] && BUILD_CPU=`isainfo | cut -f 1 -d ' '`
350 if [ "$OS" != "solaris" ]; then
377 DEVDIR_BIN="$DEVDIR/$OS.$BUILD_MACHINE/bin"
378 log_success "Determined build machine: $OS.$BUILD_MACHINE, target machine: $OS.$TARGET_MACHINE"
380 echo "BUILD_PLATFORM=\"$OS\"" >> $ENV
384 echo "BUILD_TARGET=\"$OS\"" >> $ENV
418 elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then
423 -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \
484 if [ "$OS" = "solaris" -a "$BUILD_MACHINE" = "amd64" ]; then
514 case "$OS" in
1081 if [ "$OS" = "darwin" ]; then
1105 [ "$OS" = "linux" -o "$OS" = "darwin" -o "$OS" = "solaris" ] && LIBSDLMAIN=""
1355 if [ "$OS" = "darwin" ]; then
1452 if [ "$OS" = "darwin" ]; then
1560 if [ "$OS" = "darwin" ]; then
1772 if which_wrapper "$KBUILDDIR/bin/$OS.$BUILD_MACHINE/kmk" > /dev/null; then
1773 KBUILDDIR_BIN="$KBUILDDIR/bin/$OS.$BUILD_MACHINE"
1781 if [ "$OS" = "solaris" ]; then
1794 elif [ "$OS.$BUILD_MACHINE" = "darwin.amd64" ]; then
1796 KBUILDDIR_BIN="$KBUILDDIR/bin/$OS.x86"
1916 if [ "$OS" = "darwin" ]; then
1940 if [ "$OS" != "solaris" ]; then
2286 [ "$OS" = "linux" -o "$OS" = "freebsd" ] && echo " --enable-vde enable VDE networking"
2298 [ "$OS" != "darwin" ] && echo " --setup-wine setup a Wine directory and register the hhc hack"
2310 [ "$OS" = "darwin" ] && echo " --with-xcode-dir=DIR custom path to Xcode root directory; it is assumed that Xcode"
2311 [ "$OS" = "darwin" ] && echo " contains OS X 10.6 SDK (required for Mountain Lion and newer hosts"
2312 [ "$OS" = "darwin" ] && echo " only, ignored for the rest)"
2313 [ "$OS" = "linux" ] && echo " --with-linux=DIR Linux kernel source directory [$LINUX]"
2345 # Change OS specific defaults; must be before all other stuff
2346 if [ "$OS" = "darwin" ]; then
2359 elif [ "$OS" = "haiku" ]; then
2377 elif [ "$OS" = "solaris" ]; then
2566 [ "$OS" != "darwin" ] && SETUP_WINE=1
2655 if [ "$OS" = "linux" ]; then
2697 if [ "$OS" = "darwin" ]; then
2704 [ "$OS" != "darwin" ] && check_iasl
2706 # [ "$OS" != "darwin" ] && check_yasm
2707 [ "$OS" != "darwin" ] && check_xsltproc
2708 [ "$OS" != "darwin" ] && check_mkisofs
2713 [ "$OS" != "darwin" ] && check_pthread
2719 [ "$OS" != "darwin" ] && check_z
2720 [ "$OS" != "darwin" ] && check_png
2721 [ $OSE -eq 0 -a "$OS" = "linux" ] && check_pam
2736 if [ "$OS" = "linux" -o "$OS" = "freebsd" ]; then
2746 if [ "$OS" = "linux" ]; then
2795 if [ $ONLY_ADDITIONS -eq 0 -a "$OS" = "linux" -o "$OS" = "freebsd" ]; then
2828 if [ "$OS" = "linux" ]; then
2836 echo " cd $vbox_out_path/$OS.$TARGET_MACHINE/$BUILD_TYPE/bin/src"