diff options
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index aa7d9c7bb..6a09bef60 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -640,6 +640,13 @@ Use @var{lang} as the source language of @var{file}. If this option is omitted, Use @var{lang} as the target language of @var{file}. If this option is omitted, @code{objcode} is assumed. +@item -T @var{target} +@itemx --target=@var{target} +Produce bytecode for @var{target} instead of @var{%host-type} +(@pxref{Build Config, %host-type}). Target must be a valid GNU triplet, +such as @code{armv5tel-unknown-linux-gnueabi} (@pxref{Specifying Target +Triplets,,, autoconf, GNU Autoconf Manual}). + @end table Each @var{file} is assumed to be UTF-8-encoded, unless it contains a |