summaryrefslogtreecommitdiffstats
path: root/cpukit/wrapup
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 14:49:37 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 14:49:37 +0000
commitb7154b59ca74658636f809565301481700a507aa (patch)
treed864127ed2d515130b1707a435471dd3542e8b5a /cpukit/wrapup
parent2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b7154b59ca74658636f809565301481700a507aa.tar.bz2
Use LIBGNAT.
Diffstat (limited to 'cpukit/wrapup')
-rw-r--r--cpukit/wrapup/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index ef6bb703cb..63eb07a191 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -21,7 +21,7 @@ if LIBPOSIX
TMP_LIBS += ../posix/libposix.a
endif
-if HAS_PTHREADS
+if LIBGNAT
TMP_LIBS += ../libgnat/libgnat.a
endif