summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:47:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-21 15:47:08 +0000
commit1734d37b90a6d31064d5bbfcd576aa6fd92d61b2 (patch)
treea6abf7ae89bf87c122ddacb96a139d4636fae874 /c/src
parent2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-1734d37b90a6d31064d5bbfcd576aa6fd92d61b2.tar.bz2
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to librdbg. * aclocal/enable-bare.m4: Convert to autoconf-2.59.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/ChangeLog5
-rw-r--r--c/src/aclocal/enable-bare.m46
-rw-r--r--c/src/wrapup/Makefile.am2
3 files changed, 8 insertions, 5 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 599e5ef9c5..76549bc7eb 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * wrapup/Makefile.am: Reflect changes to librdbg.
+ * aclocal/enable-bare.m4: Convert to autoconf-2.59.
+
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Remove check for version.m4.
diff --git a/c/src/aclocal/enable-bare.m4 b/c/src/aclocal/enable-bare.m4
index a52a927d1c..fad168b0f0 100644
--- a/c/src/aclocal/enable-bare.m4
+++ b/c/src/aclocal/enable-bare.m4
@@ -1,8 +1,7 @@
AC_DEFUN([RTEMS_ENABLE_BARE],
[
AC_ARG_ENABLE(bare-cpu-cflags,
-[AC_HELP_STRING([--enable-bare-cpu-cflags],
-[specify a particular cpu cflag (bare bsp specific)])],
+[AS_HELP_STRING(--enable-bare-cpu-cflags,specify a particular cpu cflag (bare bsp specific))],
[case "${enableval}" in
no) BARE_CPU_CFLAGS="" ;;
*) BARE_CPU_CFLAGS="${enableval}" ;;
@@ -10,8 +9,7 @@ esac],
[BARE_CPU_CFLAGS=""])
AC_ARG_ENABLE(bare-cpu-model,
-[AC_HELP_STRING([--enable-bare-cpu-model],
-[specify a particular cpu model (bare bsp specific)])],
+[AS_HELP_STRING(--enable-bare-cpu-model,specify a particular cpu model (bare bsp specific))],
[case "${enableval}" in
no) BARE_CPU_MODEL="" ;;
*) BARE_CPU_MODEL="${enableval}" ;;
diff --git a/c/src/wrapup/Makefile.am b/c/src/wrapup/Makefile.am
index 3ee6ddd328..ab5050089a 100644
--- a/c/src/wrapup/Makefile.am
+++ b/c/src/wrapup/Makefile.am
@@ -26,7 +26,7 @@ SRCS += ../libnetworking/rtems_telnetd/libtelnetd$(LIB_VARIANT).a
endif
if HAS_RDBG
-SRCS += ../librdbg/src/$(RTEMS_CPU)/$(ARCH)/librdbg.a
+SRCS += ../librdbg/src/@RTEMS_CPU@/librdbg$(LIB_VARIANT).a
endif
SRCS += $(wildcard $(PROJECT_LIB)/libcpu$(LIB_VARIANT).a)