summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in
blob: cdcda9dbed684ec2228f80307bb60d142f1dab53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Compiler options
#
## default y
## select CC_SUPPORT_CXX if !LIBC_none
## select CC_SUPPORT_FORTRAN
## select CC_SUPPORT_JAVA if !GCC_7_or_later
## select CC_SUPPORT_ADA
## select CC_SUPPORT_OBJC
## select CC_SUPPORT_OBJCXX
## select CC_SUPPORT_GOLANG
##
## help gcc is the full-blown GNU compiler. This is what most people will choose.
## help
## help gcc supports many languages, a powerful code parser, optimised binary
## help output, and lots of other features.

source "config/versions/gcc.in"