From 7ff743d54970febeedfb7d3ff1c76675c2f9dc9a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 10 Apr 2018 10:32:25 +1000 Subject: Generate an error if a BSP in the --enable-rtemsbsp list is not valid Also generate an error if the architecure does not match the --target architecture given to configure's command line. Close #2641. --- c/src/aclocal/enable-rtemsbsp.m4 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 c/src/aclocal/enable-rtemsbsp.m4 (limited to 'c') diff --git a/c/src/aclocal/enable-rtemsbsp.m4 b/c/src/aclocal/enable-rtemsbsp.m4 deleted file mode 100644 index 91c14a9926..0000000000 --- a/c/src/aclocal/enable-rtemsbsp.m4 +++ /dev/null @@ -1,13 +0,0 @@ -dnl Override the set of BSPs to be built. -dnl used by the toplevel configure script -dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list) -AC_DEFUN([RTEMS_ENABLE_RTEMSBSP], -[ -AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP]) -AC_ARG_ENABLE(rtemsbsp, -[AS_HELP_STRING(--enable-rtemsbsp="bsp1 bsp2 ..",BSPs to include in build)], -[case "${enableval}" in - yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);; - *) $1=$enableval;; -esac],[$1=""]) -]) -- cgit v1.2.3