Skip to content
Snippets Groups Projects
Commit 5c0d171f authored by Sebastian Huber's avatar Sebastian Huber
Browse files

RTEMS: Use local-exec TLS model by default

gcc/ChangeLog:

	* config/rtems.h (SUBTARGET_CC1_SPEC): Undef and define.
parent 58c3d9cd
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,7 @@
/* Prefer int for int32_t (see stdint-newlib.h). */
#undef STDINT_LONG32
#define STDINT_LONG32 (INT_TYPE_SIZE != 32 && LONG_TYPE_SIZE == 32)
/* Default to local-exec TLS model. */
#undef SUBTARGET_CC1_SPEC
#define SUBTARGET_CC1_SPEC " %{!ftls-model=*:-ftls-model=local-exec}"
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