6/7: Use TLS in Newlib for some targets by default

Use the --enable-newlib-reent-thread-local (_REENT_THREAD_LOCAL_STORAGE) Newlib
configuration option on the aarch64, arm, nios2, powerpc, riscv, and sparc
targets by default.

Update #4560.
This commit is contained in:
Sebastian Huber 2022-07-13 11:06:35 +02:00
parent 958de508aa
commit f4f5d43a98
12 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch aarch64
%define with_libgomp
%define with_newlib_tls
%include 6/rtems-default.bset

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch arm
%define with_libgomp
%define with_newlib_tls
%include 6/rtems-default.bset

View File

@ -1,3 +1,4 @@
%define release 1
%define rtems_arch nios2
%define with_newlib_tls
%include 6/rtems-default.bset

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch powerpc
%define with_libgomp
%define with_newlib_tls
%include 6/rtems-default.bset

View File

@ -1,5 +1,6 @@
%define release 1
%define rtems_arch riscv
%define with_libgomp
%define with_newlib_tls
%include 6/rtems-default.bset
devel/sis-2-1

View File

@ -1,6 +1,7 @@
%define release 1
%define rtems_arch sparc
%define with_libgomp
%define with_newlib_tls
%define gdb-disable-sim 1
%include 6/rtems-default.bset
devel/sis-2-1

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch aarch64
%define with_libgomp
%define with_newlib_tls
%include 7/rtems-default.bset

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch arm
%define with_libgomp
%define with_newlib_tls
%include 7/rtems-default.bset

View File

@ -1,3 +1,4 @@
%define release 1
%define rtems_arch nios2
%define with_newlib_tls
%include 7/rtems-default.bset

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch powerpc
%define with_libgomp
%define with_newlib_tls
%include 7/rtems-default.bset

View File

@ -1,4 +1,5 @@
%define release 1
%define rtems_arch riscv
%define with_libgomp
%define with_newlib_tls
%include 7/rtems-default.bset

View File

@ -1,6 +1,7 @@
%define release 1
%define rtems_arch sparc
%define with_libgomp
%define with_newlib_tls
%define gdb-disable-sim 1
%include 7/rtems-default.bset
devel/sis-2-1