diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 14:01:06 -0300 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-01-22 14:01:06 -0300 |
commit | 8b6a017ccef7126ae5bcac137fa9a45de4f2c155 (patch) | |
tree | 0988c037703ce094d6f361f6ad4431ca5835c537 /Porting | |
parent | 7c0604a9e253bf373b7e353a74d21f06c99e6604 (diff) | |
download | perl-8b6a017ccef7126ae5bcac137fa9a45de4f2c155.tar.gz |
Glossary entries for host{perl,generate,osname}
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Glossary | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 7f649a868e..e761380e7d 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2945,6 +2945,24 @@ hint (Oldconfig.U): Gives the type of hints used for previous answers. May be one of "default", "recommended" or "previous". +hostperl (Cross.U) + This variable contains the path to a miniperl binary that can be + run on the host OS when cross-compiling. Useful and available only + during Perl build. + Empty string '' if not cross-compiling. + +hostgenerate (Cross.U) + This variable contains the path to a generate_uudmap binary that + can be run on the host OS when cross-compiling. Useful and + available only during Perl build. + Empty string '' if not cross-compiling. + +hostosname (Cross.U) + This variable contains the original value of '$^O' for hostperl + when cross-compiling. This is useful to pick the proper tools + when running build code in the host. + Empty string '' if not cross-compiling. + hostcat (nis.U): This variable contains a command that produces the text of the /etc/hosts file. This is normally "cat /etc/hosts", but can be |