Changeset 17a8d603 in rtems
- Timestamp:
- 05/20/98 17:02:29 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2efdd08
- Parents:
- 7aa10b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/Solaris-posix.cfg
r7aa10b0 r17a8d603 14 14 15 15 # share the posix bsp 16 RTEMS_BSP=posix 16 17 TARGET_ARCH=o-solaris2 17 RTEMS_BSP=posix18 18 19 include $(RTEMS_ROOT)/make/ default.cfg19 include $(RTEMS_ROOT)/make/custom/default.cfg 20 20 21 # # Target compiler config file, if any22 CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg 21 # DO NOT Use the LIBC support for CYGNUS newlib 22 RTEMS_USE_NEWLIB=no 23 23 24 # Use the LIBC support for CYGNUS newlib 25 # RTEMS_LIBC_DIR must already be set (by module file) 26 RTEMS_USE_NEWLIB=no 24 # The following define the memory reserved in the executable for the 25 # RTEMS Workspace and the C Program Heap. 26 LIBC_DEFINES += -DWORKSPACE_MB=2 27 LIBC_DEFINES += -DHEAPSPACE_MB=1 27 28 28 29 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG 29 30 LIBC_LIBM=-lm 31 32 CPU_CFLAGS = -D__EXTENSIONS__ -Dsolaris -Dsolaris2 30 33 31 34 # Define this to yes if C++ is included in the development environment
Note: See TracChangeset
for help on using the changeset viewer.