summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-16 23:21:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-16 23:21:23 +0000
commitd1be26b9efd7dca78a304d52104d9ff53f44298c (patch)
tree37dfebf17bd7f53bfaf1423938a27bde393e0a7a /c/src/lib/libbsp/unix
parent2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-d1be26b9efd7dca78a304d52104d9ff53f44298c.tar.bz2
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
Diffstat (limited to 'c/src/lib/libbsp/unix')
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog6
-rw-r--r--c/src/lib/libbsp/unix/posix/configure.ac3
2 files changed, 8 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index d35b1171a0..6613d1049e 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,3 +1,9 @@
+2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
+ RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
+ have the same options.
+
2009-07-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Switch to shared routine.
diff --git a/c/src/lib/libbsp/unix/posix/configure.ac b/c/src/lib/libbsp/unix/posix/configure.ac
index 311277006f..06a6fadb35 100644
--- a/c/src/lib/libbsp/unix/posix/configure.ac
+++ b/c/src/lib/libbsp/unix/posix/configure.ac
@@ -35,7 +35,8 @@ RTEMS_BSPOPTS_SET([HEAPSPACE_MB],[*],[1])
RTEMS_BSPOPTS_HELP([HEAPSPACE_MB],
[The BSP's heapspace RAM in MB.])
-BSP_BOOTCARD_OPTIONS
+RTEMS_BSP_BOOTCARD_OPTIONS
+RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])