summaryrefslogtreecommitdiffstats
path: root/c/src/lib/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:13:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-16 16:13:26 +0000
commitce18601a7d1ac858071dedbf8bf7faaed7afabef (patch)
tree6bd0f70398e5cdb600d290fbbbe243a61a262016 /c/src/lib/configure.in
parentAdded comments. (diff)
downloadrtems-ce18601a7d1ac858071dedbf8bf7faaed7afabef.tar.bz2
Removed start subdirectory and distributed contents to the appropriate
places under the libbsp tree.
Diffstat (limited to 'c/src/lib/configure.in')
-rw-r--r--c/src/lib/configure.in9
1 files changed, 1 insertions, 8 deletions
diff --git a/c/src/lib/configure.in b/c/src/lib/configure.in
index 4229ac158d..ff1ed0d6cc 100644
--- a/c/src/lib/configure.in
+++ b/c/src/lib/configure.in
@@ -52,12 +52,6 @@ if test "$RTEMS_HAS_HWAPI" = "yes"; then
fi
AC_SUBST(LIBHWAPI)
-if test -d "${srcdir}/start/$RTEMS_CPU"; then
-cfg_subdirs="$cfg_subdirs start/$RTEMS_CPU"
-RTEMS_CPU_STARTdir="$RTEMS_CPU"
-fi
-AC_SUBST(RTEMS_CPU_STARTdir)
-
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AC_CONFIG_SUBDIRS($cfg_subdirs)
@@ -72,5 +66,4 @@ include/Makefile
include/sys/Makefile
include/motorola/Makefile
include/zilog/Makefile
-libc/Makefile
-start/Makefile)
+libc/Makefile)