summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-23 22:40:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-11-25 17:45:29 +0100
commit39aa75e7453fe9a0df6e02a86bf6d8f12bc44f3f (patch)
tree4cb0781af65be7a72c68f4fccd973f5a8af41877 /c/src/lib/libbsp/powerpc/psim/configure.ac
parentFilesystem: PR1619: Use ENOSYS for default statvfs (diff)
downloadrtems-39aa75e7453fe9a0df6e02a86bf6d8f12bc44f3f.tar.bz2
bsps: Use RTEMS_BSP_CLEANUP_OPTIONS
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/configure.ac b/c/src/lib/libbsp/powerpc/psim/configure.ac
index cff3f1fbc6..c21b7ec5ba 100644
--- a/c/src/lib/libbsp/powerpc/psim/configure.ac
+++ b/c/src/lib/libbsp/powerpc/psim/configure.ac
@@ -45,7 +45,7 @@ Note that the policy can still be defined by the application
CONFIGURE_MALLOC_BSP_SUPPORTS_SBRK this feature is removed
and a little memory is saved.])
-RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
+RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])