From d1be26b9efd7dca78a304d52104d9ff53f44298c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 16 Jul 2009 23:21:23 +0000 Subject: 2009-07-16 Joel Sherrill * configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options. --- c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog | 6 ++++++ c/src/lib/libbsp/no_cpu/no_bsp/configure.ac | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/no_cpu/no_bsp') diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog index dc053a5fd3..9eb6b2829f 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog +++ b/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @@ -1,3 +1,9 @@ +2009-07-16 Joel Sherrill + + * configure.ac: Rename BSP_BOOTCARD_OPTIONS to + RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs + have the same options. + 2008-10-02 Joel Sherrill * Makefile.am, preinstall.am: Use shared tm27.h stub. diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac index d58b7f7cb9..2e30c56055 100644 --- a/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac +++ b/c/src/lib/libbsp/no_cpu/no_bsp/configure.ac @@ -15,7 +15,8 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]) RTEMS_CANONICALIZE_TOOLS RTEMS_PROG_CCAS -BSP_BOOTCARD_OPTIONS +RTEMS_BSP_BOOTCARD_OPTIONS +RTEMS_BSP_CLEANUP_OPTIONS(0, 0) # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile]) -- cgit v1.2.3