summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-07 13:09:58 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-07 13:10:06 -0700
commit45a3ad7d225495367a47440da118609b4940fe71 (patch)
tree348b50b97632fd4dc0f46b57903582eb16d9d8f1 /core/main.mk
parent60d6ef91b6e1f7803fdf7869afba01cdf37f1b17 (diff)
parentc1efb06045132bc620e71be120a0ca71d81b35d5 (diff)
downloadbuild-45a3ad7d225495367a47440da118609b4940fe71.zip
build-45a3ad7d225495367a47440da118609b4940fe71.tar.gz
build-45a3ad7d225495367a47440da118609b4940fe71.tar.bz2
Merge c1efb060
Change-Id: I5688046fd44bc6420b541a0eb97a46d216655a3d
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/main.mk b/core/main.mk
index bcfec48..dbb8a09 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -73,17 +73,6 @@ ifneq ($(VERSION_CHECK_SEQUENCE_NUMBER),$(VERSIONS_CHECKED))
$(info Checking build tools versions...)
-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
-
ifneq ($(HOST_OS),windows)
ifneq ($(HOST_OS)-$(HOST_ARCH),darwin-ppc)
# check for a case sensitive file system