From 0e70f60581869279615293fb6d5abee0b006ded5 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 27 Apr 1998 14:21:55 +0000 Subject: 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. --- make/custom/Solaris-posix.cfg | 1 - 1 file changed, 1 deletion(-) (limited to 'make/custom/Solaris-posix.cfg') 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 -- cgit v1.2.3