aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2020-06-19 07:52:44 -0600
committerJacob Bachmeyer <jcb62281+dev@gmail.com>2020-06-20 21:59:48 -0500
commit2e88e03ad0fd49faf09106a39d307116aaf7f4a7 (patch)
treec1e9dfb7796fda868a33843f61dc273a5c2f1b10 /doc
parentc8beff4a084334f07d03bb1165238147636eb7c8 (diff)
Add Go support to default_target_compile
This adds Go support to default_target_compile. This comes from this gdb patch: commit a766d390bb857383a5f9ae80a102e1f8705f4c2e Author: Doug Evans <dje@google.com> Date: Wed Apr 25 14:07:23 2012 +0000 Initial pass at Go language support.
Diffstat (limited to 'doc')
-rw-r--r--doc/dejagnu.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 5052497..f69a9c9 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -4564,6 +4564,8 @@ Use a compiler for the D language.
Use a compiler for Fortran 77.
@item f90
Use a compiler for Fortran 90.
+@item go
+Use a compiler for Go.
@item rust
Use a compiler for Rust.
@end table
@@ -4672,6 +4674,12 @@ compiler will be used and the @code{compiler} option ignored.
@item F90_FOR_TARGET
Override Fortran 90 compiler. If the @code{f90} option is given, this
compiler will be used and the @code{compiler} option ignored.
+@item GO_FOR_TARGET
+Override Go compiler. If the @code{go} option is given, this
+compiler will be used and the @code{compiler} option ignored.
+@item GO_LD_FOR_TARGET
+Override Go linker. If the @code{go} option is given, this
+linker will be used.
@item RUSTC_FOR_TARGET
Override Rust compiler. If the @code{rust} option is given, this
compiler will be used and the @code{compiler} option ignored.