On 10 August 2011 09:20, Vladimir Pantelic vladoman@gmail.com wrote:
fwiw, android GB and HC both build fine on 32 bit here...
How so? Did you simply patch out the
ifeq ($(BUILD_OS),linux) build_arch := $(shell uname -m) ifneq (64,$(findstring 64,$(build_arch))) $(warning ************************************************************) $(warning You are attempting to build on a 32-bit system.) $(warning Only 64-bit build environments are supported beyond froyo/2.2.) $(warning ************************************************************) $(error stop) endif endif
part of build/core/main.mk? (I never understood why they put it there, but never bothered to question it and patch it out).
ttyl bero