egl: Fix _eglPointerIsDereferencable w/o mincore()
[mesa.git] / Android.mk
index 19d9e1e0a748459113451b6ffdbf0651fbcc6769..ef496c1e33ec112605183e91ea5581b2ba8ba09c 100644 (file)
@@ -84,13 +84,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