From: Brian Fraser Date: Thu, 30 Jan 2014 06:07:55 +0000 (-0300) Subject: Glossary for targetenv X-Git-Tag: upstream/5.20.0~554 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2c3ce73b7832c4e0ffaafcd62b7729394aa2cf5;p=platform%2Fupstream%2Fperl.git Glossary for targetenv --- diff --git a/Porting/Glossary b/Porting/Glossary index 8b33c47..8f08a72 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -4913,9 +4913,17 @@ targetarch (Cross.U): If not, this will be empty. targetdir (Cross.U): - This variable contains a path that will be created on the target - host using targetmkdir, and then used to copy the cross-compiled - executables to. Defaults to '/tmp' if not set. + This variable contains a path that will be created on the target + host using targetmkdir, and then used to copy the cross-compiled + executables to. Defaults to '/tmp' if not set. + +targetenv (Cross.U): + If cross-compiling, this variable can be used to modify the + environment on the target system. + However, how and where it's used, and even if it's used at all, is + entirely dependent on both the transport mechanism (targetrun) and + what the target system is. Unless the relevant documentation says + otherwise, it is genereally not useful. targethost (Cross.U): This variable contains the name of a separate host machine that