Changeset 2ca8c2c in rtems


Ignore:
Timestamp:
01/15/03 09:59:23 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
87bf791
Parents:
e4132bf2
Message:

2003-01-15 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add BSPOPTS (WORKSPACE_MB, HEAPSPACE_MB).
  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
Location:
c/src/lib/libbsp/unix/posix
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/unix/posix/ChangeLog

    re4132bf2 r2ca8c2c  
     12003-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
    1102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libbsp/unix/posix/clock/Makefile.am

    re4132bf2 r2ca8c2c  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/unix/posix/configure.ac

    re4132bf2 r2ca8c2c  
    2929AM_CONDITIONAL(HAS_CXX,test "$HAS_CPLUSPLUS" = "yes")
    3030
     31## bsp-specific options
     32RTEMS_BSPOPTS_SET([WORKSPACE_MB],[*],[2])
     33RTEMS_BSPOPTS_HELP([WORKSPACE_MB],
     34[The BSP's workspace RAM in MB.])
     35
     36RTEMS_BSPOPTS_SET([HEAPSPACE_MB],[*],[1])
     37RTEMS_BSPOPTS_HELP([HEAPSPACE_MB],
     38[The BSP's heapspace RAM in MB.])
     39
    3140# Explicitly list all Makefiles here
    3241AC_CONFIG_FILES([Makefile
  • c/src/lib/libbsp/unix/posix/console/Makefile.am

    re4132bf2 r2ca8c2c  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/unix/posix/shmsupp/Makefile.am

    re4132bf2 r2ca8c2c  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/unix/posix/startup/Makefile.am

    re4132bf2 r2ca8c2c  
    2626# so it can be easily place correctly by the compiler config file.
    2727
    28 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    2928include $(top_srcdir)/../../../../../../automake/compile.am
    3029include $(top_srcdir)/../../../../../../automake/lib.am
  • c/src/lib/libbsp/unix/posix/timer/Makefile.am

    re4132bf2 r2ca8c2c  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    1413include $(top_srcdir)/../../../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset for help on using the changeset viewer.