forked from Imagelibrary/rtems
Solaris port updates from Chris Johns
This commit is contained in:
@@ -41,11 +41,21 @@ CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-solaris2.cfg
|
||||
|
||||
# Use the LIBC support for CYGNUS newlib
|
||||
# RTEMS_LIBC_DIR must already be set (by module file)
|
||||
RTEMS_USE_NEWLIB=yes
|
||||
RTEMS_USE_NEWLIB=no
|
||||
|
||||
LIBC_LIBM=-lm
|
||||
|
||||
# Define this to yes if C++ is included in the development environment
|
||||
# This requires that at least the GNU C++ compiler and libg++ be installed.
|
||||
ifeq ($(RTEMS_HAS_CPLUSPLUS),yes)
|
||||
HAS_CPLUSPLUS=yes
|
||||
# no standard C++ libs provided by default
|
||||
LIBCC_INCLUDE=$(GNUTOOLS)/include/g++
|
||||
CPLUS_LD_LIBS=-lstdc++
|
||||
CPLUS_LD_LIBS=$(PROJECT_RELEASE)/lib/librtems++$(LIBSUFFIX_VA)
|
||||
else
|
||||
HAS_CPLUSPLUS=no
|
||||
endif
|
||||
|
||||
# Define this to yes if this target supports multiprocessor environments.
|
||||
HAS_MP=yes
|
||||
|
||||
Reference in New Issue
Block a user