mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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}" ;;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user