summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2011-05-24 15:46:15 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-17 11:18:10 -0700
commit2914f7f3b3b4152fee6b6ab012e58e8166e3d7a2 (patch)
tree80ab1e391f31ad33f0d1d615de19730285ab72a6 /core/main.mk
parentf771489d95289bf0d98cb92b504fccbe0a1f5fd7 (diff)
downloadbuild-2914f7f3b3b4152fee6b6ab012e58e8166e3d7a2.zip
build-2914f7f3b3b4152fee6b6ab012e58e8166e3d7a2.tar.gz
build-2914f7f3b3b4152fee6b6ab012e58e8166e3d7a2.tar.bz2
Relax the constraint of 64bit build environment.
Change-Id: Id349f424b122816f42c99769b629a9447986cf20
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 2ab9d72..ab49415 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -70,17 +70,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