Changeset 17a8d603 in rtems


Ignore:
Timestamp:
05/20/98 17:02:29 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2efdd08
Parents:
7aa10b0
Message:

Some patches in place from Brian Stevens which help the Solaris port
build. It does not link successfully for him. It does not compile
for me locally.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/Solaris-posix.cfg

    r7aa10b0 r17a8d603  
    1414
    1515# share the posix bsp
     16RTEMS_BSP=posix
    1617TARGET_ARCH=o-solaris2
    17 RTEMS_BSP=posix
    1818
    19 include $(RTEMS_ROOT)/make/default.cfg
     19include $(RTEMS_ROOT)/make/custom/default.cfg
    2020
    21 ## Target compiler config file, if any
    22 CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
     21# DO NOT Use the LIBC support for CYGNUS newlib
     22RTEMS_USE_NEWLIB=no
    2323
    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.
     26LIBC_DEFINES += -DWORKSPACE_MB=2
     27LIBC_DEFINES += -DHEAPSPACE_MB=1
    2728
    2829LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG
    2930LIBC_LIBM=-lm
     31
     32CPU_CFLAGS = -D__EXTENSIONS__  -Dsolaris -Dsolaris2
    3033
    3134# Define this to yes if C++ is included in the development environment
Note: See TracChangeset for help on using the changeset viewer.