2007-02-24 11:00:05 +00:00
|
|
|
# Compiler options
|
2011-05-08 19:02:44 +02:00
|
|
|
#
|
2015-05-29 21:40:49 +01:00
|
|
|
## default y
|
2016-12-16 15:51:04 -08:00
|
|
|
## select CC_SUPPORT_CXX if !LIBC_none
|
2011-05-08 19:02:44 +02:00
|
|
|
## select CC_SUPPORT_FORTRAN
|
2017-05-19 21:58:46 -07:00
|
|
|
## select CC_SUPPORT_JAVA if !GCC_7_or_later
|
2011-05-08 19:02:44 +02:00
|
|
|
## select CC_SUPPORT_ADA
|
|
|
|
## select CC_SUPPORT_OBJC
|
|
|
|
## select CC_SUPPORT_OBJCXX
|
2017-02-18 23:14:52 -08:00
|
|
|
## select CC_SUPPORT_GOLANG
|
2011-05-08 19:02:44 +02:00
|
|
|
##
|
|
|
|
## 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.
|
2008-10-13 16:58:52 +00:00
|
|
|
|
2017-05-11 22:00:32 -07:00
|
|
|
source "config/versions/gcc.in"
|