From 7d7c50def0624db287a5b143a61c72a38f06683f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 25 May 2018 14:09:46 +0200 Subject: rtems: Move _Status_Object_name_errors_to_status Move _Status_Object_name_errors_to_status to a separate file to avoid a dependency on errno. Dependencies to errno are hard to be removed by the linker garbage collection. --- cpukit/rtems/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/rtems/Makefile.am') diff --git a/cpukit/rtems/Makefile.am b/cpukit/rtems/Makefile.am index b8694b8022..7af4ec7deb 100644 --- a/cpukit/rtems/Makefile.am +++ b/cpukit/rtems/Makefile.am @@ -183,6 +183,7 @@ librtems_a_SOURCES += src/modes.c librtems_a_SOURCES += src/status.c librtems_a_SOURCES += src/statustext.c +librtems_a_SOURCES += src/statustoerrno.c librtems_a_SOURCES += src/getcurrentprocessor.c librtems_a_SOURCES += src/getprocessorcount.c -- cgit v1.2.3