diff options
author | Andy Wingo <wingo@pobox.com> | 2011-12-01 23:31:50 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2011-12-01 23:31:50 +0100 |
commit | b2208d2e987759270c712e35c8164394a47a52aa (patch) | |
tree | 1edd39e74a266fc53c075d328696e8fbf33eba5b /doc/ref/api-evaluation.texi | |
parent | 3dc9f41900a0e9f915da3aa1eea6e0fae829c40d (diff) | |
parent | 738c899e4c1ab9d25cfbcd1010f34e0cce400bca (diff) | |
download | guile-b2208d2e987759270c712e35c8164394a47a52aa.tar.gz |
Merge remote-tracking branch 'origin/stable-2.0'
Conflicts:
configure.ac
libguile/fluids.c
libguile/gc.c
libguile/gc.h
libguile/objcodes.c
libguile/procprop.c
libguile/vm.c
module/ice-9/psyntax-pp.scm
module/ice-9/psyntax.scm
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 |