From c672d972e8e4ad29d350c1ef8a1d2c3b1a39c7d9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 4 Jan 2002 17:53:48 +0000 Subject: 2001-12-22 Ralf Corsepius * configure.ac: Remove references to POSIX, ITRON, MULTILIB. * Makefile.ac: Remove librtems, libposix, libitron. Build librtemsbsp instead of librtemsall. --- c/src/wrapup/configure.ac | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'c/src/wrapup/configure.ac') diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac index 4a4fe568b8..453bb81e8a 100644 --- a/c/src/wrapup/configure.ac +++ b/c/src/wrapup/configure.ac @@ -36,11 +36,8 @@ RTEMS_PROJECT_ROOT RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS -AM_CONDITIONAL([MULTILIB],[test x"$enable_multilib" = x"yes"]) -AM_CONDITIONAL([HAS_POSIX],[test x"$enable_posix" = x"yes"]) -AM_CONDITIONAL([HAS_ITRON],[test x"$enable_itron" = x"yes"]) +AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"]) # Explicitly list all Makefiles here -AC_CONFIG_FILES([Makefile -]) +AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- cgit v1.2.3