From 2d801bd23dd67ffa7deadd841605a0637052b0c4 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Thu, 1 Nov 2012 12:19:20 +0000
Subject: [PATCH] Put uClibc++ header files in a different directory from NuttX
header files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5287 42af7a65-404d-4744-a932-0658087f49c3
---
Documentation/NuttX.html | 8 ++++++++
configs/sim/cxxtest/Make.defs | 3 +--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 0c98d4ad2e..be23be91d2 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -556,6 +556,14 @@
+
+
|
+
+
+ Add-on uClibc++ C++ Library is available (LGPL).
+
+ |
+
|
diff --git a/configs/sim/cxxtest/Make.defs b/configs/sim/cxxtest/Make.defs
index 6e8de79d57..eac92e9282 100644
--- a/configs/sim/cxxtest/Make.defs
+++ b/configs/sim/cxxtest/Make.defs
@@ -51,7 +51,7 @@ ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
ARCHWARNINGSXX = -Wall -Wshadow
ARCHDEFINES =
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
-ARCHINCLUDESXX = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx
+ARCHINCLUDESXX = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx -isystem $(TOPDIR)/include/uClibc++
ARCHSCRIPT =
ifeq ($(CONFIG_SIM_M32),y)
@@ -101,7 +101,6 @@ ifeq ($(CONFIG_SIM_M32),y)
LDFLAGS += -m32
endif
-
MKDEP = $(TOPDIR)/tools/mkdeps.sh
HOSTCC = gcc