Skip to content
Snippets Groups Projects
Commit ea4c1afd authored by WuZhen's avatar WuZhen Committed by Emil Velikov
Browse files

android: enable dlopen() on all architectures


Cc: "11.2 11.1" <mesa-stable@lists.freedesktop.org>
Signed-off-by: default avatarChih-Wei Huang <cwhuang@linux.org.tw>
Reviewed-by: default avatarEmil Velikov <emil.l.velikov@gmail.com>
parent 5649d6ab
No related branches found
Tags mesa-18.0.0-rc3
Loading
...@@ -54,6 +54,7 @@ LOCAL_CFLAGS += \ ...@@ -54,6 +54,7 @@ LOCAL_CFLAGS += \
-DHAVE___BUILTIN_CLZLL \ -DHAVE___BUILTIN_CLZLL \
-DHAVE___BUILTIN_UNREACHABLE \ -DHAVE___BUILTIN_UNREACHABLE \
-DHAVE_PTHREAD=1 \ -DHAVE_PTHREAD=1 \
-DHAVE_DLOPEN \
-fvisibility=hidden \ -fvisibility=hidden \
-Wno-sign-compare -Wno-sign-compare
...@@ -65,7 +66,6 @@ ifeq ($(strip $(MESA_ENABLE_ASM)),true) ...@@ -65,7 +66,6 @@ ifeq ($(strip $(MESA_ENABLE_ASM)),true)
ifeq ($(TARGET_ARCH),x86) ifeq ($(TARGET_ARCH),x86)
LOCAL_CFLAGS += \ LOCAL_CFLAGS += \
-DUSE_X86_ASM \ -DUSE_X86_ASM \
-DHAVE_DLOPEN \
endif endif
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment