Use LIBGNAT.

This commit is contained in:
Ralf Corsepius
2008-06-30 14:49:37 +00:00
parent 363d29128b
commit b7154b59ca
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ include $(top_srcdir)/automake/compile.am
EXTRA_DIST=
if HAS_PTHREADS
if LIBGNAT
AM_CPPFLAGS += -D__RTEMS_INSIDE__
noinst_LIBRARIES = libgnat.a

View File

@@ -21,7 +21,7 @@ if LIBPOSIX
TMP_LIBS += ../posix/libposix.a
endif
if HAS_PTHREADS
if LIBGNAT
TMP_LIBS += ../libgnat/libgnat.a
endif