aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vxworksae.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/vxworksae.h')
-rw-r--r--gcc/config/vxworksae.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/vxworksae.h b/gcc/config/vxworksae.h
index 7e65907252a..3b0b6529b8a 100644
--- a/gcc/config/vxworksae.h
+++ b/gcc/config/vxworksae.h
@@ -68,6 +68,10 @@ along with GCC; see the file COPYING3. If not see
while (0)
/* Do VxWorks-specific parts of TARGET_OPTION_OVERRIDE. */
+
+/* None of the VxWorks AE/653/MILS ports to date has native TLS support. */
+#define VXWORKS_HAVE_TLS 0
+
#undef VXWORKS_OVERRIDE_OPTIONS
#define VXWORKS_OVERRIDE_OPTIONS vxworks_override_options ()
extern void vxworks_override_options (void);