diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2011-06-07 13:09:58 -0700 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2011-06-07 13:10:06 -0700 |
commit | 45a3ad7d225495367a47440da118609b4940fe71 (patch) | |
tree | 348b50b97632fd4dc0f46b57903582eb16d9d8f1 /core/main.mk | |
parent | 60d6ef91b6e1f7803fdf7869afba01cdf37f1b17 (diff) | |
parent | c1efb06045132bc620e71be120a0ca71d81b35d5 (diff) | |
download | build-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.mk | 11 |
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 |