[rtems commit] configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_*

Sebastian Huber sebh at rtems.org
Fri Jan 13 10:47:02 UTC 2017


Module:    rtems
Branch:    master
Commit:    ffa885a67a5266f2eef879a9ed59027ae9077609
Changeset: http://git.rtems.org/rtems/commit/?id=ffa885a67a5266f2eef879a9ed59027ae9077609

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 13 11:44:22 2017 +0100

configure: Remove __RTEMS_DO_NOT_INLINE_THREAD_*

---

 cpukit/configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 6f736c1..3d6888c 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -234,12 +234,6 @@ RTEMS_CPUOPT([RTEMS_VERSION],
 
 ## Header file differences that need to be known in .h after install
 
-## This improves both the size and coverage analysis.
-RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__],
-  [test x"${RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH}" = x"1"],
-  [1],
-  [disable inlining _Thread_Enable_dispatch])
-
 ## Deactivate ada bindings
 RTEMS_CPUOPT([__RTEMS_ADA__],
   [test x"${enable_ada}" = x"yes"],




More information about the vc mailing list