2007-02-24 11:00:05 +00:00
|
|
|
# Compiler options
|
|
|
|
|
|
|
|
menu "C compiler"
|
|
|
|
|
2008-10-13 16:58:52 +00:00
|
|
|
config CC
|
2007-02-24 11:00:05 +00:00
|
|
|
string
|
|
|
|
|
2008-10-13 16:58:52 +00:00
|
|
|
config CC_VERSION
|
2007-02-24 11:00:05 +00:00
|
|
|
string
|
|
|
|
|
2010-03-29 18:24:50 +00:00
|
|
|
source "config.gen/cc.in"
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_SUPPORT_CXX
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CC_SUPPORT_FORTRAN
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CC_SUPPORT_JAVA
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CC_SUPPORT_ADA
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CC_SUPPORT_OBJC
|
|
|
|
bool
|
|
|
|
|
|
|
|
config CC_SUPPORT_OBJCXX
|
|
|
|
bool
|
|
|
|
|
2008-02-14 22:44:34 +00:00
|
|
|
comment "Additional supported languages:"
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_CXX
|
|
|
|
bool
|
|
|
|
prompt "C++"
|
|
|
|
depends on CC_SUPPORT_CXX
|
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building a C++ compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
2008-12-24 17:34:32 +00:00
|
|
|
if ! BARE_METAL
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
config CC_LANG_FORTRAN
|
|
|
|
bool
|
|
|
|
prompt "Fortran"
|
|
|
|
depends on CC_SUPPORT_FORTRAN
|
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building a FORTRAN compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_JAVA
|
|
|
|
bool
|
|
|
|
prompt "Java"
|
|
|
|
depends on CC_SUPPORT_JAVA
|
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building a Java compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_ADA
|
|
|
|
bool
|
2008-08-05 13:27:09 +00:00
|
|
|
prompt "ADA (EXPERIMENTAL)"
|
2007-02-24 11:00:05 +00:00
|
|
|
depends on CC_SUPPORT_ADA
|
2008-08-05 13:27:09 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-02-24 11:00:05 +00:00
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building an Ada compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_OBJC
|
|
|
|
bool
|
2008-08-05 13:27:09 +00:00
|
|
|
prompt "Objective-C (EXPERIMENTAL)"
|
2007-02-24 11:00:05 +00:00
|
|
|
depends on CC_SUPPORT_OBJC
|
2008-08-05 13:27:09 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-02-24 11:00:05 +00:00
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building an Objective C compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_OBJCXX
|
|
|
|
bool
|
2008-08-05 13:27:09 +00:00
|
|
|
prompt "Objective-C++ (EXPERIMENTAL)"
|
|
|
|
depends on EXPERIMENTAL
|
2007-02-24 11:00:05 +00:00
|
|
|
depends on CC_SUPPORT_OBJCXX
|
|
|
|
help
|
2007-08-30 19:22:15 +00:00
|
|
|
Enable building an Objective C++ compiler.
|
|
|
|
|
|
|
|
Only select this if you know that your specific version of the
|
|
|
|
compiler supports this language.
|
2007-02-24 11:00:05 +00:00
|
|
|
|
|
|
|
config CC_LANG_OTHERS
|
|
|
|
string
|
2008-08-05 13:27:09 +00:00
|
|
|
prompt "Other languages (EXPERIMENTAL)"
|
2007-02-24 11:00:05 +00:00
|
|
|
default ""
|
2008-08-05 13:27:09 +00:00
|
|
|
depends on EXPERIMENTAL
|
2007-02-24 11:00:05 +00:00
|
|
|
help
|
|
|
|
Enter here a comma-separated list of languages that you know your compiler
|
|
|
|
supports, besides those listed above.
|
|
|
|
|
2011-07-17 14:53:40 +00:00
|
|
|
Eg. gcc-4.1+ has a toy programming language, treelang. As it is not useful
|
2007-02-24 11:00:05 +00:00
|
|
|
in real life, it is not available in the selection above.
|
|
|
|
|
2008-09-14 16:21:07 +00:00
|
|
|
endif # ! BARE_METAL
|
|
|
|
|
2010-06-08 21:26:54 +00:00
|
|
|
source "config.gen/cc.in.2"
|
|
|
|
|
2007-02-24 11:00:05 +00:00
|
|
|
endmenu
|