2007-02-24 11:00:05 +00:00
|
|
|
# Compiler options
|
2011-05-08 17:02:44 +00:00
|
|
|
#
|
2015-05-29 20:40:49 +00:00
|
|
|
## default y
|
2016-12-16 23:51:04 +00:00
|
|
|
## select CC_SUPPORT_CXX if !LIBC_none
|
2011-05-08 17:02:44 +00:00
|
|
|
## select CC_SUPPORT_FORTRAN
|
2017-05-20 04:58:46 +00:00
|
|
|
## select CC_SUPPORT_JAVA if !GCC_7_or_later
|
2011-05-08 17:02:44 +00:00
|
|
|
## select CC_SUPPORT_ADA
|
|
|
|
## select CC_SUPPORT_OBJC
|
|
|
|
## select CC_SUPPORT_OBJCXX
|
2017-02-19 07:14:52 +00:00
|
|
|
## select CC_SUPPORT_GOLANG
|
2017-06-30 05:40:50 +00:00
|
|
|
# GCC7 requires ISL 0.15+
|
|
|
|
## select ISL_REQUIRE_0_15_or_later if ISL_NEEDED && GCC_7_or_later
|
|
|
|
# GCC6 requires ISL 0.14+ (it says 0.14-0.16, but accepts newer ISL as well)
|
|
|
|
## select ISL_REQUIRE_0_14_or_later if ISL_NEEDED && GCC_6_or_later
|
|
|
|
# GCC5 requires ISL 0.12+ (again, it says 0.12-0.16, but also accepts newer ISL)
|
|
|
|
## select ISL_REQUIRE_0_12_or_later if ISL_NEEDED && GCC_5_or_later
|
|
|
|
# GCC4.9 requires ISL 0.10..0.15
|
|
|
|
# GCC4.8 requires ISL 0.10..0.14
|
|
|
|
## select ISL_REQUIRE_0_10_or_later if ISL_NEEDED && GCC_4_8_or_later
|
|
|
|
## select ISL_REQUIRE_0_15_or_older if ISL_NEEDED && GCC_4_9_or_later && !GCC_5_or_later
|
|
|
|
## select ISL_REQUIRE_0_14_or_older if ISL_NEEDED && GCC_4_8_or_later && !GCC_4_9_or_later
|
2011-05-08 17:02:44 +00: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-12 05:00:32 +00:00
|
|
|
source "config/versions/gcc.in"
|