From db27544606497dbd7a87ad03857c17536cf38883 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 12 Dec 2007 00:15:54 +0000 Subject: 2007-12-11 Joel Sherrill * Makefile.am, configure.ac, posix/Makefile.am, wrapup/Makefile.am: Move Ada support code that is untestable from the Standard RTEMS Test Suite into its own directory. All code in score, posix, rtems, and sapi should be testable by the Standard RTEMS Test Suites. It was buried under POSIX before so this should be a clearer location anyway. * libgnat/.cvsignore, libgnat/Makefile.am, libgnat/ada_intrsupp.c, libgnat/adasupp.c: New files. * posix/src/ada_intrsupp.c, posix/src/adasupp.c: Removed. --- cpukit/wrapup/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index c68ce2ce4c..06a84bcf75 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -19,6 +19,7 @@ TMP_LIBS += ../rtems/librtems.a if LIBPOSIX TMP_LIBS += ../posix/libposix.a +TMP_LIBS += ../libgnat/libgnat.a endif if LIBITRON -- cgit v1.2.3