mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-21 06:47:27 +00:00
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configre.in: Fix AM_INIT_AUTOMAKE. * aclocal/bsp-arg-enable.m4: Extend comments. * aclocal/check-bsps.m4: Remove extraneous comments, add test -d in the default clause.
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2001-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configre.in: Fix AM_INIT_AUTOMAKE.
|
||||||
|
* aclocal/bsp-arg-enable.m4: Extend comments.
|
||||||
|
* aclocal/check-bsps.m4: Remove extraneous comments, add test -d in
|
||||||
|
the default clause.
|
||||||
|
|
||||||
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
|
* aclocal/enable-rtemsbsp.m4: Split out RTEMS_ENV_RTEMSBSP,
|
||||||
|
|||||||
@@ -2,12 +2,12 @@ dnl $Id$
|
|||||||
dnl
|
dnl
|
||||||
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
|
dnl RTEMS_BSP_ARG_ENABLE(FEATURE, HELP-STRING, ACTION-IF-TRUE [, ACTION-IF-FALSE])
|
||||||
dnl
|
dnl
|
||||||
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<value> and --enable-FEATURE=<value>
|
dnl Accept --enable-FEATURE=<RTEMS_BSP>:<bsp-value> and
|
||||||
dnl in BSP-configure scripts.
|
dnl --enable-FEATURE=<value> in BSP-configure scripts.
|
||||||
dnl
|
dnl
|
||||||
dnl Configure scripts will receive <value> if <RTEMS_BSP> matches the actual
|
dnl Configure scripts will receive <bsp-value> if <RTEMS_BSP> matches the
|
||||||
dnl value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP), and
|
dnl actual value of the shell variable RTEMS_BSP (cf. RTEMS_ENV_RTEMSBSP),
|
||||||
dnl <RTEMS_BSP>:<value>.
|
dnl and the raw value passed to --enable-FEATURE otherwise.
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN(RTEMS_BSP_ARG_ENABLE,
|
AC_DEFUN(RTEMS_BSP_ARG_ENABLE,
|
||||||
[AC_REQUIRE([RTEMS_ENV_RTEMSBSP])
|
[AC_REQUIRE([RTEMS_ENV_RTEMSBSP])
|
||||||
|
|||||||
@@ -32,11 +32,11 @@ AC_MSG_CHECKING([for bsps])
|
|||||||
leon) rtems_bsp="$rtems_bsp leon1 leon2";;
|
leon) rtems_bsp="$rtems_bsp leon1 leon2";;
|
||||||
sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";;
|
sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";;
|
||||||
shsim) rtems_bsp="$rtems_bsp simsh7032 simsh7045";;
|
shsim) rtems_bsp="$rtems_bsp simsh7032 simsh7045";;
|
||||||
*) $1="[$]$1 $file";;
|
*) if test -d $srcdir/$RTEMS_TOPdir/c/src/lib/libbsp/$RTEMS_CPU/$file; then
|
||||||
|
$1="[$]$1 $file"
|
||||||
|
fi;;
|
||||||
esac;
|
esac;
|
||||||
done
|
done
|
||||||
dnl ;;
|
|
||||||
dnl esac
|
|
||||||
AC_MSG_RESULT([[$]$1 .. done])
|
AC_MSG_RESULT([[$]$1 .. done])
|
||||||
])dnl
|
])dnl
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ if test -f VERSION; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
AM_INIT_AUTOMAKE(cross,0,no)
|
AM_INIT_AUTOMAKE(rtems,$RTEMS_VERSION,no)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
dnl These option are only in here to let --help report all supported
|
dnl These option are only in here to let --help report all supported
|
||||||
|
|||||||
Reference in New Issue
Block a user