diff options
author | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:56:55 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2013-11-28 10:56:55 +0100 |
commit | c0d928dc2b50f8761b6c782e4dd34a6388d167fe (patch) | |
tree | e2391b276ef601f780dac44c386f999fee271eef /doc/ref/api-evaluation.texi | |
parent | a5d0c135c0bbff2fdcfb68cf8a7b4013f3b9aa58 (diff) | |
download | guile-c0d928dc2b50f8761b6c782e4dd34a6388d167fe.tar.gz |
Fix some references to objcode in the manual
* doc/ref/api-evaluation.texi (Compilation): Update references from
"objcode" to "rtl".
Diffstat (limited to 'doc/ref/api-evaluation.texi')
-rw-r--r-- | doc/ref/api-evaluation.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ref/api-evaluation.texi b/doc/ref/api-evaluation.texi index f0edd1153..8d908b738 100644 --- a/doc/ref/api-evaluation.texi +++ b/doc/ref/api-evaluation.texi @@ -664,13 +664,13 @@ Use @var{lang} as the source language of @var{file}. If this option is omitted, @item -t @var{lang} @itemx --to=@var{lang} Use @var{lang} as the target language of @var{file}. If this option is omitted, -@code{objcode} is assumed. +@code{rtl} 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 +Produce code 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 @@ -695,7 +695,7 @@ the Virtual Machine}. @end deffn @deffn {Scheme Procedure} compile-file file [#:output-file=#f] @ - [#:from=(current-language)] [#:to='objcode] @ + [#:from=(current-language)] [#:to='rtl] @ [#:env=(default-environment from)] @ [#:opts='()] @ [#:canonicalization='relative] |