Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76e9d631 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Allow building on 32bit systems

Change-Id: Ie7c2f94d16c928eb534cb66993c7b732c84bee7f
parent 4b6d8444
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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

@@ -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