summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2019-06-20 10:27:28 -0700
committerEric Anholt <eric@anholt.net>2019-07-01 11:14:10 -0700
commit20294dceebc23236e33b22578245f7e6f41b6997 (patch)
tree8789bcc99e0bb1af73d6194af248e4eae015287c /Android.mk
parent52a39a332fec1e5a8d686558b9a71e42bcfcbb0f (diff)
mesa: Enable asm unconditionally, now that gen_matypes is gone.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 5fe028c6d19..8d274e56836 100644
--- a/Android.mk
+++ b/Android.mk
@@ -83,13 +83,6 @@ endif
$(foreach d, $(MESA_BUILD_CLASSIC) $(MESA_BUILD_GALLIUM), $(eval $(d) := true))
-# 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 true, $(HAVE_GALLIUM_RADEONSI)),)
MESA_ENABLE_LLVM := true
endif