summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-03 16:36:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-03 16:36:27 +0000
commit6c45275ae0af113ed9bac580aef1f72582fe20a4 (patch)
tree5de6e320971f7044d7db281ffa5811df59185f28 /c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h
parentupdate to current PPC exception and memory map structure (diff)
downloadrtems-6c45275ae0af113ed9bac580aef1f72582fe20a4.tar.bz2
2008-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, bestcomm/load_task.c, bestcomm/task_api/tasksetup_general.h: Eliminate requirement to build bestcomm as a relocatable lump. This should reduce the minimum footprint considerably.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h
index 319f305bb6..c163f0a3fd 100644
--- a/c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h
+++ b/c/src/lib/libbsp/powerpc/gen5200/bestcomm/task_api/tasksetup_general.h
@@ -122,7 +122,7 @@
*
**********************************************************/
-#ifdef MPC5200_BAPI_LIBC_HEADERS
+#if defined(__rtems__) || defined(MPC5200_BAPI_LIBC_HEADERS)
#include <stdlib.h>
#endif