Loading core/main.mk +3 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ $(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) BUILDING_ON_32BIT := true endif endif Loading Loading @@ -147,6 +147,8 @@ endif $(shell echo 'VERSIONS_CHECKED := $(VERSION_CHECK_SEQUENCE_NUMBER)' \ > $(OUT_DIR)/versions_checked.mk) $(shell echo 'BUILDING_ON_32BIT := $(BUILDING_ON_32BIT)' \ >> $(OUT_DIR)/versions_checked.mk) endif # These are the modifier targets that don't do anything themselves, but Loading Loading
core/main.mk +3 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,7 @@ $(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) BUILDING_ON_32BIT := true endif endif Loading Loading @@ -147,6 +147,8 @@ endif $(shell echo 'VERSIONS_CHECKED := $(VERSION_CHECK_SEQUENCE_NUMBER)' \ > $(OUT_DIR)/versions_checked.mk) $(shell echo 'BUILDING_ON_32BIT := $(BUILDING_ON_32BIT)' \ >> $(OUT_DIR)/versions_checked.mk) endif # These are the modifier targets that don't do anything themselves, but Loading