X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=Android.mk;h=8d274e5683689d50e51ae277b9dd24315c6cdea3;hb=20b00e1ff24f974bc99e7ca9a720518da0ce5b89;hp=5fe028c6d19c1f59c192e8ef317bf10a939aae8f;hpb=88105375c978f9de82af8c654051e5aa16d61614;p=mesa.git 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