We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 954cbf5 + f123ec8 commit 06d0e59Copy full SHA for 06d0e59
opengl/libagl/Android.mk
@@ -37,6 +37,10 @@ ifeq ($(TARGET_ARCH),arm)
37
LOCAL_CFLAGS += -fstrict-aliasing
38
endif
39
40
+ifeq ($(ARCH_ARM_HAVE_TLS_REGISTER),true)
41
+ LOCAL_CFLAGS += -DHAVE_ARM_TLS_REGISTER
42
+endif
43
+
44
ifneq ($(TARGET_SIMULATOR),true)
45
# we need to access the private Bionic header <bionic_tls.h>
46
LOCAL_C_INCLUDES += bionic/libc/private
0 commit comments