Changeset 2ca8c2c in rtems
- Timestamp:
- 01/15/03 09:59:23 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 87bf791
- Parents:
- e4132bf2
- Location:
- c/src/lib/libbsp/unix/posix
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/unix/posix/ChangeLog
re4132bf2 r2ca8c2c 1 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB). 4 * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg. 5 * console/Makefile.am: Don't include @RTEMS_BSP@.cfg. 6 * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg. 7 * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 8 * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg. 9 1 10 2002-12-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libbsp/unix/posix/clock/Makefile.am
re4132bf2 r2ca8c2c 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/unix/posix/configure.ac
re4132bf2 r2ca8c2c 29 29 AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes") 30 30 31 ## bsp-specific options 32 RTEMS_BSPOPTS_SET([WORKSPACE_MB],[*],[2]) 33 RTEMS_BSPOPTS_HELP([WORKSPACE_MB], 34 [The BSP's workspace RAM in MB.]) 35 36 RTEMS_BSPOPTS_SET([HEAPSPACE_MB],[*],[1]) 37 RTEMS_BSPOPTS_HELP([HEAPSPACE_MB], 38 [The BSP's heapspace RAM in MB.]) 39 31 40 # Explicitly list all Makefiles here 32 41 AC_CONFIG_FILES([Makefile -
c/src/lib/libbsp/unix/posix/console/Makefile.am
re4132bf2 r2ca8c2c 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am
re4132bf2 r2ca8c2c 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/unix/posix/startup/Makefile.am
re4132bf2 r2ca8c2c 26 26 # so it can be easily place correctly by the compiler config file. 27 27 28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg29 28 include $(top_srcdir)/../../../../../../automake/compile.am 30 29 include $(top_srcdir)/../../../../../../automake/lib.am -
c/src/lib/libbsp/unix/posix/timer/Makefile.am
re4132bf2 r2ca8c2c 11 11 OBJS = $(C_O_FILES) 12 12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 13 include $(top_srcdir)/../../../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.