HomeSort by relevance Sort by last modified time
    Searched refs:multilib (Results 1 - 25 of 36) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/config/
multi.m4 13 # Add --enable-multilib to configure.
15 [# Default to --enable-multilib
16 AC_ARG_ENABLE(multilib,
17 [ --enable-multilib build many library versions (default)],
19 yes) multilib=yes ;;
20 no) multilib=no ;;
21 *) AC_MSG_ERROR([bad value $enableval for multilib option]) ;;
23 [multilib=yes])
40 # Even if the default multilib is not a cross compilation,
42 if test $cross_compiling = no && test $multilib = yes
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cppdefault.h 45 const char multilib; /* FNAME should have appended member in struct:default_include
46 - the multilib path specified with -imultilib
  /build/make/core/
multilib.mk 2 # and check LOCAL_MULTILIB is a valid value. Returns module's multilib
static_library.mk 3 include $(BUILD_SYSTEM)/multilib.mk
header_library.mk 8 include $(BUILD_SYSTEM)/multilib.mk
host_shared_library.mk 5 include $(BUILD_SYSTEM)/multilib.mk
host_static_library.mk 5 include $(BUILD_SYSTEM)/multilib.mk
shared_library.mk 3 include $(BUILD_SYSTEM)/multilib.mk
install_jni_libs.mk 62 # TODO: Add multilib support once RS supports generating multilib libraries.
prebuilt.mk 24 include $(BUILD_SYSTEM)/multilib.mk
host_executable.mk 5 include $(BUILD_SYSTEM)/multilib.mk
executable.mk 31 include $(BUILD_SYSTEM)/multilib.mk
package.mk 8 include $(BUILD_SYSTEM)/multilib.mk
  /build/soong/android/
arch.go 75 multilib: {
162 Multilib string
165 func newArch(name, multilib string) ArchType {
169 Multilib: multilib,
312 var multilib string
315 multilib = String(module.base().commonProperties.Target.Android.Compile_multilib)
317 multilib = String(module.base().commonProperties.Target.Host.Compile_multilib)
319 if multilib == "" {
320 multilib = String(module.base().commonProperties.Compile_multilib
    [all...]
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 31 # Tell the build system this isn't a typical 64bit+32bit multilib configuration.
  /build/soong/python/
test.go 62 module.multilib = android.MultilibBoth
python.go 49 // This is most useful in the arch/multilib variants to remove non-common files
81 // This is most useful in the arch/multilib variants to remove non-common files
118 multilib android.Multilib
150 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
153 multilib: multilib,
197 android.InitAndroidArchModule(p, p.hod, p.multilib)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
cygming.h 358 /* If multilib is selected break build as sjlj is required. */
360 #error For 64-bit windows and 32-bit based multilib version of gcc just SJLJ exceptions are supported.
  /build/soong/cc/
test.go 241 module.multilib = android.MultilibBoth
353 module.multilib = android.MultilibBoth
cc.go 315 multilib android.Multilib
386 android.InitAndroidArchModule(c, c.hod, c.multilib)
567 func newBaseModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
570 multilib: multilib,
574 func newModule(hod android.HostOrDeviceSupported, multilib android.Multilib) *Module {
575 module := newBaseModule(hod, multilib)
    [all...]
ndk_prebuilt.go 41 // multilib toolchain and stores the libraries in "lib".
ndk_library.go 338 // arm64 isn't actually a multilib toolchain, so unlike the other LP64
  /build/soong/androidmk/cmd/androidmk/
android.go 660 {"32", "multilib.lib32"},
662 {"64", "multilib.lib64"},
  /build/soong/java/
droiddoc.go 69 // This is most useful in the arch/multilib variants to remove non-common files
  /toolchain/binutils/binutils-2.27/libiberty/
configure     [all...]

Completed in 331 milliseconds

1 2