summaryrefslogtreecommitdiffstats
path: root/source-builder/config/checks.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-16 14:25:34 +1000
committerChris Johns <chrisj@rtems.org>2013-04-16 14:28:34 +1000
commit649a64c0afab47496be2894364f370813e550b6c (patch)
tree8aca5ca991463f787d1cc09cc5fa931ca26e83be /source-builder/config/checks.cfg
parentOverride the target build flags. (diff)
downloadrtems-source-builder-649a64c0afab47496be2894364f370813e550b6c.tar.bz2
Add download git support.
Add support to use a git cloned repo as the source. Move the download code out of the build module and into a separate module. Add to this module support for git. Update the GCC common configuration to support using a symlinked git repo. Add checks for all languages.
Diffstat (limited to 'source-builder/config/checks.cfg')
-rw-r--r--source-builder/config/checks.cfg36
1 files changed, 35 insertions, 1 deletions
diff --git a/source-builder/config/checks.cfg b/source-builder/config/checks.cfg
index eaa8d93..11a8d67 100644
--- a/source-builder/config/checks.cfg
+++ b/source-builder/config/checks.cfg
@@ -18,9 +18,43 @@
%endif
#
+# Default to Ada off.
+#
+%ifn %{defined enable_ada}
+%define enable_ada 0
+%endif
+
+#
+# Default to Go off.
+#
+%ifn %{defined enable_go}
+%define enable_go 0
+%endif
+
+#
+# Default to Fortran off.
+#
+%ifn %{defined enable_fortran}
+%define enable_fortran 0
+%endif
+
+#
+# Default to Java off.
+#
+%ifn %{defined enable_java}
+%define enable_java 0
+%endif
+
+#
+# Default to ObjC off.
+#
+%ifn %{defined enable_objc}
+%define enable_objc 0
+%endif
+
+#
# Hack to get around the ARM EABBI mess.
#
%ifn %{defined enable_obsolete}
%define enable_obsolete 0
%endif
-