Added some support for NDK r5, commented out cin/cout/cerr in built-in STLPort bercause they keep crashing

This commit is contained in:
pelya
2010-12-20 12:21:25 +00:00
parent e34e40f4c1
commit e83d174cdc
7 changed files with 39 additions and 17 deletions

View File

@@ -6,7 +6,11 @@ endif
ifneq ($(findstring -crystax,$(TARGET_CC)),)
$(info Building with CrystaX toolchain - RTTI and exceptions enabled, STLPort disabled)
CRYSTAX_TOOLCHAIN=1
CRYSTAX_TOOLCHAIN = 1
endif
ifneq ($(findstring android-ndk-r5,$(TARGET_CC)),)
$(info Building with NDK r5 - internal STLPort disabled)
NDK_R5_TOOLCHAIN = 1
endif
include $(call all-subdir-makefiles)