Changeset dd84f12 in rtems


Ignore:
Timestamp:
05/21/98 16:41:40 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1e9c9d4
Parents:
d494eeb4
Message:

Removed undesirable space in TARGET_ARCH assignment line.

Cleaned up command line macro definitions.

Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.

File:
1 edited

Legend:

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

    rd494eeb4 rdd84f12  
    1414
    1515# share the posix bsp
    16 RTEMS_BSP=posix
    17 TARGET_ARCH=o-solaris2 
     16RTEMS_BSP=solaris2
     17TARGET_ARCH=o-solaris2
    1818
    1919include $(RTEMS_ROOT)/make/custom/default.cfg
     
    2626LIBC_DEFINES += -DWORKSPACE_MB=2
    2727LIBC_DEFINES += -DHEAPSPACE_MB=1
    28 
    29 LIBC_DEFINES=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG
     28LIBC_DEFINES +=-DRTEMS_UNIXLIB -DRTEMS_UNIX -DMALLOC_PROVIDED -DRTEMS_DEBUG
    3029LIBC_LIBM=-lm
    3130
    32 CPU_CFLAGS = -D__EXTENSIONS__  -Dsolaris -Dsolaris2
     31DEFINES += -D__EXTENSIONS__ -Dsolaris2
    3332
    3433# Define this to yes if C++ is included in the development environment
     
    3635ifeq ($(RTEMS_HAS_CPLUSPLUS),yes)
    3736HAS_CPLUSPLUS=yes
    38 # no standard C++ libs provided by default
    39 LIBCC_INCLUDE=$(GNUTOOLS)/include/g++
    4037CPLUS_LD_LIBS=$(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA)
    41 else
    42 HAS_CPLUSPLUS=no
    4338endif
    4439
Note: See TracChangeset for help on using the changeset viewer.