summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 10:03:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 10:03:03 -0600
commit3b329f8f3219797ef3a45bd9124327b7d279acb3 (patch)
treed4f5ad3cb67198bb6acffbd04c51c524a96e6475 /misc
parentb5aeeb9fdb3547717d124dc9ec538be79f510c59 (diff)
downloadnuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.tar.gz
nuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.tar.bz2
nuttx-3b329f8f3219797ef3a45bd9124327b7d279acb3.zip
cstdbool: Ignore _Bool8 if CONFIG_C99_BOOL8=y
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/uClibc++/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/uClibc++/README.txt b/misc/uClibc++/README.txt
index c038d829e..e4786d3db 100755
--- a/misc/uClibc++/README.txt
+++ b/misc/uClibc++/README.txt
@@ -213,6 +213,8 @@ restore it later):
Then remove vterminate.o from the library. At build time, the uClibc++
package will provide a usable replacement vterminate.o.
+ arm-none-eabi-ar.exe -d libsupc++.a vterminate.o
+
Now NuttX should link with no problem. If you want to restore the
vterminate.o that you removed from libsupc++, you can do that with: