Commit 0cbfcdf4 by Olivier Hainque Committed by Olivier Hainque

Olivier Hainque <hainque@adacore.com>

	PR target/81755
	* config/vxworksae.h (VXWORKS_HAVE_TLS): Define.

From-SVN: r250931
parent 66465098
Olivier Hainque <hainque@adacore.com>
PR target/81755
* config/vxworksae.h (VXWORKS_HAVE_TLS): Define.
2017-08-07 Douglas Rupp <rupp@adacore.com>
* Makefile.in (install-mkheaders): Fix typo, where the multi_dir
......
......@@ -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);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment