diff options
author | Alexey Neyman <stilor@att.net> | 2016-12-16 15:51:04 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-10 10:38:08 -0800 |
commit | 874f4bd668e0ab9293eb10fa19fe5279768a0ce7 (patch) | |
tree | 331f82e17ba02f4e75f1574deddbcce3af660bb5 /config/cc | |
parent | abdaa36b5ab0a46055248bc437d0f74183984d78 (diff) | |
download | crosstool-ng-874f4bd668e0ab9293eb10fa19fe5279768a0ce7.tar.gz crosstool-ng-874f4bd668e0ab9293eb10fa19fe5279768a0ce7.tar.bz2 crosstool-ng-874f4bd668e0ab9293eb10fa19fe5279768a0ce7.zip |
Disallow c++ for baremetal.
libstdc++ configure fails to find <stdio.h>.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index a98b9f10..78082416 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 |