diff options
author | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-06-22 18:25:30 -0500 |
---|---|---|
committer | Jacob Bachmeyer <jcb62281+dev@gmail.com> | 2020-06-22 18:25:30 -0500 |
commit | a641e4899fbde3cfe8e0611542be2742818adc12 (patch) | |
tree | 1f260f467c04dbbfa4d18e3f4511b166081a2762 /doc | |
parent | 3a4313df675a83e598bcb8fcfacf8761fe997db5 (diff) | |
download | dejagnu-a641e4899fbde3cfe8e0611542be2742818adc12.zip dejagnu-a641e4899fbde3cfe8e0611542be2742818adc12.tar.gz dejagnu-a641e4899fbde3cfe8e0611542be2742818adc12.tar.bz2 |
Add "linker=" option to target_compile to support testing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dejagnu.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi index 3e68f19..fa03a07 100644 --- a/doc/dejagnu.texi +++ b/doc/dejagnu.texi @@ -4599,6 +4599,9 @@ this option is given multiple times, only the last use is significant. @item compiler=@var{command} Override the defaults and use @var{command} as the compiler. If this option is given multiple times, only the last use is significant. +@item linker=@var{command} +Override the defaults and use @var{command} to build executables. If +this option is given multiple times, only the last use is significant. @item early_flags=@var{flags} Prepend @var{flags} to the set of arguments to be passed to the compiler. Multiple uses of this option specify additional arguments. @@ -5898,4 +5901,4 @@ This makes @code{runtest} exit. Abbreviation: @kbd{q}. @c LocalWords: subdirectory prepend prepended testsuite filename Expect's svn @c LocalWords: DejaGnu CVS RCS SCCS prepending subcommands Tcl Awk Readline @c LocalWords: POSIX KFAIL KPASS XFAIL XPASS hostname multitable gfortran -@c LocalWords: rustc +@c LocalWords: rustc executables |