summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-17 13:31:49 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-17 13:31:49 +0000
commit3a99e6f88a3c9ceeb869124f7b1c9eb959d7fcd5 (patch)
treec28edad0e48d677ab48ada52ce6d8300807eb96b /c/src/configure.ac
parentFix broken ChangeLog entries. (diff)
downloadrtems-3a99e6f88a3c9ceeb869124f7b1c9eb959d7fcd5.tar.bz2
2003-08-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove stray comments. * automake/local.am, automake/host.am: Remove "debug".
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index b8bfbc1d05..667420e7a3 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -123,7 +123,6 @@ BSP_SUBDIRS="$BSP_SUBDIRS optman"
RTEMS_CPU_SUBDIRS(lib/libcpu)
if test -d "${srcdir}/lib/libcpu/${RTEMS_CPU}"; then
libcpu_cpu_subdir="${RTEMS_CPU}"
-# BSP_SUBDIRS="$BSP_SUBDIRS lib/libcpu/${RTEMS_CPU}"
else
libcpu_cpu_subdir=
fi
@@ -133,11 +132,9 @@ AC_SUBST(libcpu_cpu_subdir)
# The bare bsp is a special case as it is not under the RTEMS_CPU path
if test "$RTEMS_BSP_FAMILY" = "bare" ; then
AC_CONFIG_SUBDIRS([lib/libbsp/bare])
-# BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/bare"
AC_SUBST(libbsp_cpu_subdir,bare)
else
RTEMS_CPU_SUBDIRS([lib/libbsp])
-# BSP_SUBDIRS="$BSP_SUBDIRS lib/libbsp/${RTEMS_CPU}"
AC_SUBST(libbsp_cpu_subdir,$RTEMS_CPU)
fi