summaryrefslogtreecommitdiffstats
path: root/packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile')
-rw-r--r--packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile b/packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile
new file mode 100644
index 0000000..90affed
--- /dev/null
+++ b/packages/Python/lldbsuite/test/lang/c/tls_globals/Makefile
@@ -0,0 +1,11 @@
+LEVEL = ../../../make
+
+C_SOURCES := main.c
+CFLAGS_EXTRAS += -fPIC
+
+DYLIB_NAME := a
+DYLIB_C_SOURCES := a.c
+
+ENABLE_THREADS := YES
+
+include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud