mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-25 15:31:05 +00:00
57426168ad
Signed-off-by: Alexey Neyman <stilor@att.net>
18 lines
502 B
Plaintext
18 lines
502 B
Plaintext
# 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"
|