HomeSort by relevance Sort by last modified time
    Searched full:sysroot (Results 1 - 25 of 467) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/Volumes/androidtc/buildarmeabi/install/sysroot${sysroot_headers_suffix}/usr/include"
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/Volumes/androidtc/build64/install/sysroot${sysroot_headers_suffix}/usr/include"
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/android-15472/install/sysroot${sysroot_headers_suffix}/usr/include"
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/android-8532/install/sysroot${sysroot_headers_suffix}/usr/include"
  /external/chromium_org/build/config/linux/
sysroot.gni 5 # This header file defines the "sysroot" variable which is the absolute path
6 # of the sysroot. If no sysroot applies, the variable will be an empty string.
8 # For official builds, use the sysroot checked into the internal source repo so
12 sysroot = rebase_path(
13 "//chrome/installer/linux/debian_wheezy_amd64-sysroot", ".", "")
15 sysroot = rebase_path(
16 "//chrome/installer/linux/debian_wheezy_i386-sysroot", ".", "")
24 sysroot = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk"
26 sysroot = "
    [all...]
  /external/clang/test/Driver/
sysroot-flags.c 1 // Check for proper handling of --sysroot and -isysroot flags.
7 // Check that we get both isysroot for headers, and pass --sysroot on to GCC to
10 // RUN: --sysroot=/foo/bar -o /dev/null %s 2>&1 | \
13 // SYSROOT_EQ: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar"
15 // Check for overriding the header sysroot by providing both --sysroot and
18 // RUN: --sysroot=/foo/bar -o /dev/null %s 2>&1 | FileCheck %s \
21 // ISYSROOT_AND_SYSROOT: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar"
25 // RUN: --sysroot /foo/bar -o /dev/null %s 2>&1 | \
28 // SYSROOT_SEPARATE: "--sysroot{{" "|=}}{{[^"]*}}/foo/bar
    [all...]
android-standalone.cpp 7 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
12 // CHECK: "-internal-externc-isystem" "{{.*}}/sysroot/include"
13 // CHECK: "-internal-externc-isystem" "{{.*}}/sysroot/usr/include"
14 // CHECK: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
17 // CHECK: "-L{{.*}}/sysroot/usr/lib"
23 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
28 // CHECK-MIPS: "-internal-externc-isystem" "{{.*}}/sysroot/include
    [all...]
linux-header-search.cpp 7 // RUN: --sysroot=%S/Inputs/ubuntu_11.04_multiarch_tree \
10 // CHECK-UBUNTU-11-04: "-isysroot" "[[SYSROOT:[^"]+]]"
11 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5"
12 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/i686-linux-gnu"
13 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../../../include/c++/4.5/backward"
14 // CHECK-UBUNTU-11-04: "-internal-isystem" "[[SYSROOT]]/usr/local/include"
16 // CHECK-UBUNTU-11-04: "-internal-externc-isystem" "[[SYSROOT]]/include"
17 // CHECK-UBUNTU-11-04: "-internal-externc-isystem" "[[SYSROOT]]/usr/include"
21 // RUN: --sysroot=%S/Inputs/ubuntu_13.04_multiarch_tree \
24 // CHECK-UBUNTU-13-04: "-isysroot" "[[SYSROOT:[^"]+]]
    [all...]
sysroot.c 1 // Check that --sysroot= also applies to header search paths.
2 // RUN: %clang -target i386-unk-unk --sysroot=/FOO -### -E %s 2> %t1
13 // Check that honor --sysroot= over -isysroot, for Apple Darwin.
16 // RUN: -isysroot /FOO --sysroot=/BAR -### %t3.o 2> %t3
17 // RUN: FileCheck --check-prefix=CHECK-APPLE-SYSROOT < %t3 %s
18 // CHECK-APPLE-SYSROOT: "-arch" "i386"{{.*}} "-syslibroot" "{{[^"]*}}/BAR"
linux-ld.c 2 // sysroot to make these tests independent of the host system.
6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
9 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]"
11 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0"
12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/lib"
13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../.."
14 // CHECK-LD-32: "-L[[SYSROOT]]/lib"
15 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib"
19 // RUN: --sysroot=%S/Inputs/basic_linux_tree
    [all...]
constructors.c 9 // RUN: --sysroot=%S/Inputs/fake_install_tree \
15 // RUN: --sysroot=%S/Inputs/fake_install_tree \
21 // RUN: --sysroot=%S/Inputs/fake_install_tree \
26 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
32 // RUN: --sysroot=%S/Inputs/basic_linux_tree \
37 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
42 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot \
47 // RUN: --sysroot=%S/Inputs/basic_android_tree/sysroot
    [all...]
  /external/chromium_org/build/linux/
install-arm-sysroot.py 11 The sysroot image could be constructed from scratch based on the current
17 Steps to rebuild the arm sysroot image:
23 BuildJail $SRC/out/arm-sysroot.tar.gz
24 - gsutil cp -a public-read $SRC/out/arm-sysroot.tar.gz \
25 nativeclient-archive2/toolchain/$NACL_REV/sysroot-arm-trusted.tgz
38 TARBALL = 'sysroot-arm-trusted.tgz'
52 sysroot = os.path.join(src_root, 'arm-sysroot')
55 stamp = os.path.join(sysroot, ".stamp")
59 print "ARM root image already up-to-date: %s" % sysroot
    [all...]
pkg-config-wrapper 7 # library paths when cross-compiling using a sysroot.
8 # The assumption is that the sysroot contains the .pc files in usr/lib/pkgconfig
9 # and usr/share/pkgconfig (relative to the sysroot) and that they output paths
10 # relative to some parent path of the sysroot.
12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
25 echo "usage: $0 /path/to/sysroot target_arch [pkg-config-arguments] package" >&2
49 # relative to the sysroot. For example,
57 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
rewrite_dirs.py 6 """Rewrites paths in -I, -L and other option to be relative to a sysroot."""
23 """Rewrites a path by stripping the prefix and prepending the sysroot."""
24 sysroot = opts.sysroot
26 if os.path.isabs(path) and not path.startswith(sysroot):
30 return os.path.join(sysroot, path)
60 parser.add_option('-s', '--sysroot', default='/', help='sysroot to prepend')
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/gcc32/1/i686-linux-glibc2.7-4.4.3/sysroot${sysroot_headers_suffix}/usr/include"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/ahsieh-gcc-32-x19222/2/i686-linux-glibc2.7-4.6/sysroot${sysroot_headers_suffix}/usr/include"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/install-tools/
mkheaders.conf 1 SYSTEM_HEADER_DIR="/tmp/ahsieh-gcc-64-X27190/2/x86_64-linux-glibc2.7-4.6/sysroot${sysroot_headers_suffix}/usr/include"
  /external/chromium/build/linux/
pkg-config-wrapper 7 # library paths when cross-compiling using a sysroot.
8 # The assumption is that the sysroot contains the .pc files in usr/lib/pkgconfig
9 # and usr/share/pkgconfig (relative to the sysroot) and that they output paths
10 # relative to some parent path of the sysroot.
12 # LSB-compliant root filesystem mounted at the sysroot, and a board build
18 echo "usage: $0 /path/to/sysroot [pkg-config-arguments] package" >&2
29 # relative to the sysroot. For example,
37 echo "$result"| $rewrite --sysroot "$root" --strip-prefix "$prefix"
rewrite_dirs.py 6 """Rewrites paths in -I, -L and other option to be relative to a sysroot."""
23 """Rewrites a path by stripping the prefix and prepending the sysroot."""
24 sysroot = opts.sysroot
26 if os.path.isabs(path) and not path.startswith(sysroot):
30 return os.path.join(sysroot, path)
58 parser.add_option('-s', '--sysroot', default='/', help='sysroot to prepend')
  /external/chromium_org/chrome/installer/linux/sysroot_scripts/
install-debian.wheezy.sysroot.py 6 # Script to install a Debian Wheezy sysroot for making official Google Chrome
8 # The sysroot is needed to make Chrome work for Debian Wheezy.
13 # The sysroot image could be constructed from scratch based on the current
29 URL_PATH = 'chrome-linux-sysroot/toolchain'
33 SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
34 SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot'
48 # Only install the sysroot for an Official Chrome Linux build.
77 # The sysroot directory should match the one specified in build/common.gypi.
82 sysroot = os.path.join(linux_dir, SYSROOT_DIR_AMD64)
85 sysroot = os.path.join(linux_dir, SYSROOT_DIR_I386
    [all...]
  /external/clang/include/clang/Config/
config.h.cmake 10 /* Default <path> to all compiler invocations for --sysroot=<path>. */
config.h 16 /* Default <path> to all compiler invocations for --sysroot=<path>. */
  /ndk/tests/standalone/
run.sh 53 SYSROOT=
70 --no-sysroot)
79 --sysroot=*)
80 SYSROOT=$optarg
109 echo "The script will automatically use an NDK-provided sysroot, but you can specify an"
110 echo "alternate one with the --sysroot=<path> option. You can also use --no-sysroot if"
111 echo "the toolchain already provides its own sysroot (e.g. if it is a standalone toolchain"
134 echo " --sysroot=<path> Specify alternate sysroot.
    [all...]
  /ndk/build/tools/
build-gdbserver.sh 37 NOTE: The --platform option is ignored if --sysroot is used."
49 SYSROOT=
50 if [ -d $TOOLCHAIN_PATH/sysroot ] ; then
51 SYSROOT=$TOOLCHAIN_PATH/sysroot
53 register_var_option "--sysroot=<path>" SYSROOT "Specify sysroot directory directly"
132 fix_sysroot "$SYSROOT"
133 log "Using sysroot: $SYSROOT
    [all...]
  /external/llvm/cmake/platforms/
Android.cmake 25 SET(ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroot -B${LLVM_ANDROID_TOOLCHAIN_DIR} -mllvm -arm-enable-ehabi")

Completed in 97 milliseconds

1 2 3 4 5 6 7 8 91011>>