Home
last modified time | relevance | path

Searched refs:sysroot (Results 1 – 25 of 145) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToCrossCompileBuiltinsOnArm.rst29 * ``An arm-linux-gnueabihf sysroot``
37 sysroot. The :doc:`HowToCrossCompileLLVM` has information about how to use the
41 arm-linux-gnueabihf gcc installation as our sysroot.
71 * ``--sysroot=/path/to/toolchain/arm-linux-gnueabihf/libc``
73 Depending on how your sysroot is laid out, you may not need ``--gcc-toolchain``.
75 distributions multiarch support then you should be able to use ``--sysroot=/``.
85 * ``-DCOMPILER_RT_EMULATOR="qemu-arm -L /path/to/armhf/sysroot``
90 The ``/path/to/armhf/sysroot`` should be the same as the one passed to
91 ``--sysroot`` in the "build-c-flags".
105 target by substituting soft-float equivalents for the sysroot and target. The
[all …]
DHowToCrossCompileLLVM.rst62 * ``'--sysroot=/usr/arm-linux-gnueabihf'``, ``'--sysroot=/opt/gcc/arm-linux-gnueabihf'``
63 or whatever is the location of your GCC's sysroot (where /lib, /bin etc are).
71 using Clang as a cross-compiler, you will *also* have to set ``--sysroot``
75 to the GCC triple and the sysroot. This will make it easier for Clang to
181 which will create a sysroot on the install-dir. You can then tar
/external/autotest/client/cros/
Dfactory_setup_modules.py13 sysroot = os.environ.get('SYSROOT') variable
14 extra_path = ([os.path.join(sysroot, 'usr/local/factory/py_pkg')]
15 if sysroot else [])
/external/autotest/client/deps/policy_protos/
Dpolicy_protos.py31 sysroot = os.environ['SYSROOT']
33 include_args = ['--proto_path=' + os.path.join(sysroot, d) for d in dirs]
34 proto_paths = [os.path.join(sysroot, p) for p in PROTO_PATHS]
/external/python/cpython2/Lib/distutils/
Dunixccompiler.py277 sysroot = '/'
279 sysroot = m.group(1)
293 shared = os.path.join(sysroot, dir[1:], shared_f)
294 dylib = os.path.join(sysroot, dir[1:], dylib_f)
295 static = os.path.join(sysroot, dir[1:], static_f)
296 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
/external/python/cpython3/Lib/
D_osx_support.py351 sysroot = None
354 sysroot = cc_args[idx+1]
357 sysroot = compiler_so[idx+1]
359 if sysroot and not os.path.isdir(sysroot):
362 sysroot)
/external/python/cpython2/Lib/
D_osx_support.py351 sysroot = None
354 sysroot = cc_args[idx+1]
357 sysroot = compiler_so[idx+1]
359 if sysroot and not os.path.isdir(sysroot):
362 sysroot)
/external/python/cpython3/Lib/distutils/
Dunixccompiler.py293 sysroot = '/'
295 sysroot = m.group(1)
309 shared = os.path.join(sysroot, dir[1:], shared_f)
310 dylib = os.path.join(sysroot, dir[1:], dylib_f)
311 static = os.path.join(sysroot, dir[1:], static_f)
312 xcode_stub = os.path.join(sysroot, dir[1:], xcode_stub_f)
/external/skqp/infra/bots/recipe_modules/build/
Dchromecast.py16 sysroot = ['--sysroot',
21 extra_cflags = target + sysroot + [
33 extra_ldflags = target + sysroot + [
/external/skia/infra/bots/recipe_modules/build/
Dchromecast.py16 sysroot = ['--sysroot',
21 extra_cflags = target + sysroot + [
33 extra_ldflags = target + sysroot + [
/external/deqp-deps/SPIRV-Tools/
DDEPS130 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
137 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
144 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
151 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
158 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
/external/swiftshader/third_party/SPIRV-Tools/
DDEPS130 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
137 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
144 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
151 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
158 'action': ['python', 'SPIRV-Tools/build/linux/sysroot_scripts/install-sysroot.py',
/external/v8/tools/clang/translation_unit/test_files/
Dcompile_commands.json.template9 "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_relative_sysroot.cc",
/external/clang/test/Modules/
Dcrash-vfs-path-symlink-component.m10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot
15 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
37 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
63 // RUN: %clang -E %s -I %/t/i -isysroot %/t/sysroot/ \
Dcrash-vfs-path-emptydir-entries.m10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot
14 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
36 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
Dcrash-vfs-path-symlink-topheader.m10 // RUN: mkdir -p %t/i %t/m %t %t/sysroot
16 // RUN: %clang -fsyntax-only %s -I %/t/i -isysroot %/t/sysroot/ \
38 // CHECKSH: "-isysroot" "{{[^"]*}}/sysroot/"
/external/autotest/client/deps/dbus_protos/
Ddbus_protos.py24 sysroot = os.environ['SYSROOT']
25 parent_path = os.path.join(sysroot, 'usr/include/chromeos/dbus/')
/external/v8/gypfiles/
Dstandalone.gypi72 # By default we build against a stable sysroot image to avoid
88 # Default sysroot if no sysroot can be provided.
89 'sysroot%': '',
96 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_arm-sysroot',
99 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_amd64-sysroot',
102 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_i386-sysroot',
105 'sysroot%': '<!(cd <(DEPTH) && pwd -P)/build/linux/debian_wheezy_mips-sysroot',
116 'sysroot%': '<(sysroot)',
212 'sysroot%': '<(sysroot)',
388 'android_sysroot': '<(android_toolchain)/sysroot/',
[all …]
/external/python/cpython3/
Dsetup.py83 sysroot = m.group(1).strip('"')
87 path = os.path.join(sysroot, subdir)
101 sysroot = '/'
103 sysroot = m.group(1)
104 return sysroot
129 sysroot = macosx_sdk_root()
136 f = os.path.join(sysroot, dir[1:], filename)
145 f = os.path.join(sysroot, dir[1:], filename)
159 sysroot = macosx_sdk_root()
184 if os.path.join(sysroot, p[1:]) == dirname:
[all …]
/external/python/cpython2/
Dsetup.py53 sysroot = '/'
55 sysroot = m.group(1)
56 return sysroot
81 sysroot = macosx_sdk_root()
88 f = os.path.join(sysroot, dir[1:], filename)
97 f = os.path.join(sysroot, dir[1:], filename)
111 sysroot = macosx_sdk_root()
136 if os.path.join(sysroot, p[1:]) == dirname:
149 if os.path.join(sysroot, p[1:]) == dirname:
1000 sysroot = macosx_sdk_root()
[all …]
/external/llvm/cmake/platforms/
DAndroid.cmake25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/
DAndroid.cmake25 …ANDROID_COMMON_FLAGS "-target arm-linux-androideabi --sysroot=${LLVM_ANDROID_TOOLCHAIN_DIR}/sysroo…
/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp542 const char* sysroot = (const char*)FcConfigGetSysRoot(nullptr); in isValidPattern() local
544 if (sysroot) { in isValidPattern()
545 resolvedFilename = sysroot; in isValidPattern()
680 const char* sysroot = (const char*)FcConfigGetSysRoot(nullptr); in matchFamilyName() local
682 if (sysroot) { in matchFamilyName()
683 resolvedFilename = sysroot; in matchFamilyName()
/external/llvm/docs/
DHowToCrossCompileLLVM.rst62 * ``'--sysroot=/usr/arm-linux-gnueabihf'``, ``'--sysroot=/opt/gcc/arm-linux-gnueabihf'``
63 or whatever is the location of your GCC's sysroot (where /lib, /bin etc are).
71 using Clang as a cross-compiler, you will *also* have to set ``--sysroot``
75 to the GCC triple and the sysroot. This will make it easier for Clang to
181 which will create a sysroot on the install-dir. You can then tar
/external/deqp/framework/delibs/cmake/
Dtoolchain-raspi.cmake29 …YSROOT_PATH "${CC_PATH}/arm-bcm2708hardfp-linux-gnueabi/sysroot" CACHE STRING "Raspbian sysroot

123456