Home | History | Annotate | Download | only in combo

Lines Matching refs:gcc

44 # You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
46 TARGET_TOOLCHAIN_ROOT := prebuilts/gcc/$(HOST_PREBUILT_TAG)/arm/arm-linux-androideabi-4.6
50 # Only define these if there's actually a gcc in there.
51 # The gcc toolchain does not exists for windows/cygwin. In this case, do not reference it.
52 ifneq ($(wildcard $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)),)
53 TARGET_CC := $(TARGET_TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)
117 # This warning causes dalvik not to build with gcc 4.6.x and -Werror.
119 # in gcc-4.4.x. We also want to disable sincos optimization globally
127 # note: the mangling of 'va_list' has changed in GCC 4.4
131 # in their exported C++ functions). Also, GCC 4.5 has already