summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorWuZhen <wuzhen@jidemail.com>2016-02-24 21:36:10 +0800
committerMauro Rossi <issor.oruam@gmail.com>2016-11-01 20:41:59 +0100
commit74f550427c7fffe637917e2caa79a6bb6c378db4 (patch)
tree55150d573ccc68a330acf59fd46c34204301b761 /Android.mk
parent8fc46649adfa99b1f316bd34555a0ac8dd99737d (diff)
downloadexternal_mesa3d-74f550427c7fffe637917e2caa79a6bb6c378db4.zip
external_mesa3d-74f550427c7fffe637917e2caa79a6bb6c378db4.tar.gz
external_mesa3d-74f550427c7fffe637917e2caa79a6bb6c378db4.tar.bz2
android: enable x86 asm and sse4 for x86 and x86_64
Support multilib compilation use runtime feature selection. NO_REF_TASK Tested: local run Change-Id: Iee7961effdecde09cfbdaf09455bfb0912699ae3 Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index fb29105..712d152 100644
--- a/Android.mk
+++ b/Android.mk
@@ -63,12 +63,7 @@ $(warning invalid GPU drivers: $(invalid_drivers))
MESA_GPU_DRIVERS := $(filter-out $(invalid_drivers), $(MESA_GPU_DRIVERS))
endif
-# host and target must be the same arch to generate matypes.h
-ifeq ($(TARGET_ARCH),$(HOST_ARCH))
MESA_ENABLE_ASM := true
-else
-MESA_ENABLE_ASM := false
-endif
ifneq ($(filter $(classic_drivers), $(MESA_GPU_DRIVERS)),)
MESA_BUILD_CLASSIC := true