summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-12-16 23:51:04 (GMT)
committerAlexey Neyman <stilor@att.net>2017-01-10 18:38:08 (GMT)
commit874f4bd668e0ab9293eb10fa19fe5279768a0ce7 (patch)
tree331f82e17ba02f4e75f1574deddbcce3af660bb5 /config/cc/gcc.in
parentabdaa36b5ab0a46055248bc437d0f74183984d78 (diff)
Disallow c++ for baremetal.
libstdc++ configure fails to find <stdio.h>. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc/gcc.in')
-rw-r--r--config/cc/gcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index a98b9f1..7808241 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -1,7 +1,7 @@
# Compiler options
#
## default y
-## select CC_SUPPORT_CXX
+## select CC_SUPPORT_CXX if !LIBC_none
## select CC_SUPPORT_FORTRAN
## select CC_SUPPORT_JAVA
## select CC_SUPPORT_ADA