OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOST_TOOLCHAIN_ROOT
(Results
1 - 2
of
2
) sorted by null
/build/core/combo/
HOST_darwin-x86_64.mk
34
HOST_TOOLCHAIN_ROOT
:= prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
35
HOST_TOOLCHAIN_PREFIX := $(
HOST_TOOLCHAIN_ROOT
)/bin/i686-apple-darwin$(gcc_darwin_version)
44
#
HOST_TOOLCHAIN_ROOT
is a Darwin-specific define
45
HOST_TOOLCHAIN_FOR_CLANG := $(
HOST_TOOLCHAIN_ROOT
)
HOST_darwin-x86.mk
34
$(combo_2nd_arch_prefix)
HOST_TOOLCHAIN_ROOT
:= prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1
35
$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_PREFIX := $($(combo_2nd_arch_prefix)
HOST_TOOLCHAIN_ROOT
)/bin/i686-apple-darwin$(gcc_darwin_version)
44
#
HOST_TOOLCHAIN_ROOT
is a Darwin-specific define
45
$(combo_2nd_arch_prefix)HOST_TOOLCHAIN_FOR_CLANG := $($(combo_2nd_arch_prefix)
HOST_TOOLCHAIN_ROOT
)
Completed in 1600 milliseconds