summaryrefslogtreecommitdiffstats
path: root/make/custom/Solaris-posix.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 14:21:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-04-27 14:21:55 +0000
commit0e70f60581869279615293fb6d5abee0b006ded5 (patch)
tree7d0e3da696f9a332c21ff8ddf9cceec072a6973e /make/custom/Solaris-posix.cfg
parentRemoved forced enable of POSIX API. Now follow configuration flag. (diff)
downloadrtems-0e70f60581869279615293fb6d5abee0b006ded5.tar.bz2
Fixes from Ralf Corsepius:
* Posix BSP configuration: Moved some rules from make/custom/*-posix.cfg files to make/custom/posix.cfg, Removed references to stdc++ from *posix.cfg files (rtems doesn't use/need libstdc++) NOTE: Building Posix-BSPs should now work again for native compilation with gcc, i..e. linux using primary compiler and primary libc. All Posix-BSP configurations that don't use gcc as primary compiler or don't use the primary libc don't work, e.g. solaris, linux w/ egcs as secondary compiler won't be built correctly.
Diffstat (limited to 'make/custom/Solaris-posix.cfg')
-rw-r--r--make/custom/Solaris-posix.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/make/custom/Solaris-posix.cfg b/make/custom/Solaris-posix.cfg
index d6899969bd..1389a83a2e 100644
--- a/make/custom/Solaris-posix.cfg
+++ b/make/custom/Solaris-posix.cfg
@@ -34,7 +34,6 @@ 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