summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/threadglobalconstruction.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-12-15 11:25:01 -0600
committerJoel Sherrill <joel@rtems.org>2016-01-04 11:07:00 -0600
commitf5201df0dc70e4510c7a6862a96d66175fbbf514 (patch)
tree15d987c5f736df81896df34598294eeae6b03db7 /cpukit/score/src/threadglobalconstruction.c
parentpowerpc/qemuppc/configure.ac: Correct typo (diff)
downloadrtems-f5201df0dc70e4510c7a6862a96d66175fbbf514.tar.bz2
Remove M32R architecture
updates #2446.
Diffstat (limited to 'cpukit/score/src/threadglobalconstruction.c')
-rw-r--r--cpukit/score/src/threadglobalconstruction.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/score/src/threadglobalconstruction.c b/cpukit/score/src/threadglobalconstruction.c
index 05a861353b..c7c10d9143 100644
--- a/cpukit/score/src/threadglobalconstruction.c
+++ b/cpukit/score/src/threadglobalconstruction.c
@@ -28,9 +28,7 @@
* initialization this target and compiler version uses.
*/
#if defined(__USE_INIT_FINI__)
- #if defined(__M32R__)
- #define INIT_NAME __init
- #elif defined(__ARM_EABI__)
+ #if defined(__ARM_EABI__)
#define INIT_NAME __libc_init_array
#else
#define INIT_NAME _init