/build/core/ |
envsetup.mk | 42 ifneq (,$(findstring Linux,$(UNAME))) 43 HOST_OS := linux 58 # Under Linux, if USE_MINGW is set, we change HOST_OS to Windows to build the 60 ifeq ($(HOST_OS),linux) 118 # TARGET_OS = { linux } 125 TARGET_OS := linux
|
main.mk | 238 # explicitly disabled and the build is running on Linux (since host 239 # Dalvik isn't built for non-Linux hosts). 242 ifeq ($(HOST_OS),linux) 458 # Exclude tools/acp when cross-compiling windows under linux 459 ifeq ($(findstring Linux,$(UNAME)),)
|
config.mk | 279 # It's called md5 on Mac OS and md5sum on Linux
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 120 <td>Linux 32/64-bit (x86)</td> 190 <td>Linux (i386)</td>
|
/external/qemu/android/build/ |
common.sh | 88 Linux) 90 OS=linux-$CPU 110 # linux-x86 111 # linux-x86_64 125 linux-*) HOST_OS=linux 182 linux-x86_64) OS=linux-x86 ;; 193 # Enable linux-mingw32 compilation. This allows you to build 194 # windows executables on a Linux machine, which is considerabl [all...] |
/external/grub/util/ |
mkbimage | 80 ext2, minix or msdos on GNU/Linux [default is ext2] 124 unknown_fs) if [ $uname = Linux ]; 125 then echo "The GNU/Linux supported fs are: ext2, minix or msdos!"; 246 # default on Linux, so this worked in this case...). This is fixed below. 250 # ufs) if [ $uname = Linux ];
|
/external/openssl/crypto/ |
sparccpuid.S | 187 ! applies at least to Linux and FreeBSD... Feedback expected... 259 ! a lot of %tick-s, couple of thousand on Linux...
|
/external/qemu/distrib/zlib-1.2.3/ |
configure | 79 Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};;
|
/external/valgrind/main/none/tests/ |
cmdline1.stdout.exp | 60 --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
|
cmdline2.stdout.exp | 60 --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/ |
build-hardy-toolchain.sh | 18 # This script is used to rebuild the Linux 32-bit cross-toolchain 39 # We only support running this script on Linux 42 Linux) 43 OS=linux 46 echo "ERROR: This script can only run on Linux!" 62 GCC_TARGET=i686-linux 63 GMP_TARGET=i386-linux 130 linux-libc-dev \ 265 This script is used to rebuild a 32-bit Linux host toolchain that targets 453 # may return either an empty string (Linux) or something lik [all...] |
/external/blktrace/doc/ |
blktrace.tex | 36 \item[Kernel patch] A patch to the Linux kernel which includes the 54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt 68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt 73 \subsection{\label{sec:patching}Patching and configuring the Linux kernel} 75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where 77 detailed actual patching instructions for a Linux kernel is outside the 82 linux-2.6.13.tar.bz2 and patch-2.6.14-rc1.bz2 85 % tar xjf linux-2.6.13.tar.bz2 86 % mv linux-2.6.13 linux-2.6.14-rc [all...] |
/external/iproute2/doc/ |
ip-cref.tex | 30 and examples to understand and configure Linux-2.2 IP and IPv6 611 In order to preserve compatibility with Linux-2.0 net aliases, 762 This tweak is available in linux 2.6.15 and later. [all...] |
/external/elfutils/tests/ |
run-show-die-info.sh | 36 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0) 60 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0) 84 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0) [all...] |
/external/clang/lib/Driver/ |
ToolChains.cpp | [all...] |
HostInfo.cpp | 527 // Linux Host Info 529 /// LinuxHostInfo - Linux host information implementation. 582 TC = new toolchains::Linux(*this, TCTriple);
|
/ndk/build/core/ |
ndk-common.sh | 220 Linux) 222 HOST_OS=linux 240 # linux 252 # linux-x86 253 # linux-x86_64 276 linux) 519 # may return either an empty string (Linux) or something like
|
init.mk | 102 ifneq (,$(findstring Linux,$(UNAME))) 103 HOST_OS := linux 307 # TOOLCHAIN_NAME toolchain name (e.g. arm-linux-androideabi-4.4.3)
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 576 case llvm::Triple::Linux: 579 AddPath("/usr/include/x86_64-linux-gnu", System, false, false, false); 580 AddPath("/usr/include/i686-linux-gnu/64", System, false, false, false); 581 AddPath("/usr/include/i486-linux-gnu/64", System, false, false, false); 583 AddPath("/usr/include/x86_64-linux-gnu/32", System, false, false, false); 584 AddPath("/usr/include/i686-linux-gnu", System, false, false, false); 585 AddPath("/usr/include/i486-linux-gnu", System, false, false, false); 587 AddPath("/usr/include/arm-linux-gnueabi", System, false, false, false); 676 case llvm::Triple::Linux: 684 "x86_64-linux-gnu", "32", "", triple) [all...] |
/external/icu4c/test/testdata/ |
testdata.mak | 18 # I generated it with an ICU 4.2.1 build on Linux after removing
|
/external/zlib/ |
configure | 121 Linux* | linux* | GNU | GNU/* | *BSD | DragonFly) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map"} ;;
|
/system/extras/tests/bionic/libc/ |
Android.mk | 230 # Testing 'clone' is only possible on Linux systems 237 ifeq ($(HOST_OS),linux)
|
/external/clang/lib/Basic/ |
Targets.cpp | 308 // Linux target 314 // Linux defines; list based off of gcc output 316 DefineStd(Builder, "linux", Opts); [all...] |
/external/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
smartypants.php | 772 a segmentation fault with PHP 4.3.8 on Linux.
|
/external/webkit/Tools/Scripts/ |
build-webkit | 353 --chromium Build the Chromium port on Mac/Win/Linux
|