aboutsummaryrefslogtreecommitdiff
path: root/nuttx/libxx/Kconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-07 16:00:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-07 16:00:56 +0000
commit756aa6b90920d0087ad708c3ad10e091be79e46e (patch)
treec29f3db20b8275cd22e7c4d36c3d722f2fdf6277 /nuttx/libxx/Kconfig
parent4c98d2e73211a2bde3530c9f1f369efa0d0745e1 (diff)
downloadpx4-firmware-756aa6b90920d0087ad708c3ad10e091be79e46e.tar.gz
px4-firmware-756aa6b90920d0087ad708c3ad10e091be79e46e.tar.bz2
px4-firmware-756aa6b90920d0087ad708c3ad10e091be79e46e.zip
Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5415 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/libxx/Kconfig')
-rw-r--r--nuttx/libxx/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/libxx/Kconfig b/nuttx/libxx/Kconfig
index 8b5fc42e8..9c78342c2 100644
--- a/nuttx/libxx/Kconfig
+++ b/nuttx/libxx/Kconfig
@@ -5,6 +5,14 @@
comment "Basic CXX Support"
+config C99_BOOL8
+ bool "sizeof(_Bool) is 8-bits"
+ default n
+ ---help---
+ This setting means (1) your C++ compiler has sizeof(_Bool) == 8, (2)
+ your C compiler supports the C99 _Bool intrinsic type, and (2) that
+ the C99 _Bool type also has size 1.
+
config HAVE_CXX
bool "Have C++ compiler"
default n