Home
last modified time | relevance | path

Searched refs:TARGET_OS (Results 1 - 3 of 3) sorted by relevance

/third_party/mksh/
H A DBuild.sh642 if test_z "$TARGET_OS"; then
644 test x"$x" = x"`uname -n 2>/dev/null`" || TARGET_OS=$x
646 if test_z "$TARGET_OS"; then
647 echo "$me: Set TARGET_OS, your uname is broken!" >&2
657 if test x"$TARGET_OS" = x"Android"; then
659 TARGET_OS=Linux
663 if test x"$TARGET_OS" = x"Minix"; then
686 Warning: you set TARGET_OS to $TARGET_OS but that is ambiguous.
692 TARGET_OS
[all...]
/third_party/lz4/lib/
H A DMakefile64 ifeq ($(TARGET_OS), Darwin)
165 ifneq (,$(filter $(TARGET_OS),OpenBSD FreeBSD NetBSD DragonFly MidnightBSD))
/third_party/lz4/programs/
H A DMakefile59 ifeq ($(TARGET_OS)$(shell $(OS_VERSION)),SunOS5.10)

Completed in 2 milliseconds