| … | |
… | |
| 31 | <tbody valign="top"> |
31 | <tbody valign="top"> |
| 32 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">47</td> |
32 | <tr class="field"><th class="field-name">GLEP:</th><td class="field-body">47</td> |
| 33 | </tr> |
33 | </tr> |
| 34 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Creating 'safe' environment variables</td> |
34 | <tr class="field"><th class="field-name">Title:</th><td class="field-body">Creating 'safe' environment variables</td> |
| 35 | </tr> |
35 | </tr> |
| 36 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.2</td> |
36 | <tr class="field"><th class="field-name">Version:</th><td class="field-body">1.3</td> |
| 37 | </tr> |
37 | </tr> |
| 38 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs/xml/htdocs/proj/en/glep/glep-0047.txt?cvsroot=gentoo">2006/02/11 21:43:14</a></td> |
38 | <tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference" href="http://www.gentoo.org/cgi-bin/viewcvs/xml/htdocs/proj/en/glep/glep-0047.txt?cvsroot=gentoo">2006/02/12 19:57:57</a></td> |
| 39 | </tr> |
39 | </tr> |
| 40 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Diego Pettenò, Fabian Groffen</td> |
40 | <tr class="field"><th class="field-name">Author:</th><td class="field-body">Diego Pettenò, Fabian Groffen</td> |
| 41 | </tr> |
41 | </tr> |
| 42 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
42 | <tr class="field"><th class="field-name">Status:</th><td class="field-body">Draft</td> |
| 43 | </tr> |
43 | </tr> |
| … | |
… | |
| 209 | *-*-darwin* -> KERNEL="Darwin" ELIBC="Darwin" |
209 | *-*-darwin* -> KERNEL="Darwin" ELIBC="Darwin" |
| 210 | *-*-netbsd* -> KERNEL="NetBSD" ELIBC="NetBSD" |
210 | *-*-netbsd* -> KERNEL="NetBSD" ELIBC="NetBSD" |
| 211 | *-*-solaris* -> KERNEL="Solaris" ELIBC="Solaris" |
211 | *-*-solaris* -> KERNEL="Solaris" ELIBC="Solaris" |
| 212 | </pre> |
212 | </pre> |
| 213 | <p>A way to achieve this is proposed by Mike Frysinger, which |
213 | <p>A way to achieve this is proposed by Mike Frysinger, which |
| 214 | suggests to have a env-map file, for instance filled with:</p> |
214 | suggests to have an env-map file, for instance filled with:</p> |
| 215 | <pre class="literal-block"> |
215 | <pre class="literal-block"> |
| 216 | % cat env-map |
216 | % cat env-map |
| 217 | *-linux-* KERNEL=linux |
217 | *-linux-* KERNEL=linux |
| 218 | *-gnu ELIBC=glibc |
218 | *-gnu ELIBC=glibc |
| 219 | x86_64-* ARCH=amd64 |
219 | x86_64-* ARCH=amd64 |
| … | |
… | |
| 296 | </div> |
296 | </div> |
| 297 | |
297 | |
| 298 | <hr class="footer" /> |
298 | <hr class="footer" /> |
| 299 | <div class="footer"> |
299 | <div class="footer"> |
| 300 | <a class="reference" href="glep-0047.txt">View document source</a>. |
300 | <a class="reference" href="glep-0047.txt">View document source</a>. |
| 301 | Generated on: 2006-02-12 19:57 UTC. |
301 | Generated on: 2006-02-12 19:59 UTC. |
| 302 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
302 | Generated by <a class="reference" href="http://docutils.sourceforge.net/">Docutils</a> from <a class="reference" href="http://docutils.sourceforge.net/rst.html">reStructuredText</a> source. |
| 303 | </div> |
303 | </div> |
| 304 | </body> |
304 | </body> |
| 305 | </html> |
305 | </html> |
| 306 | |
306 | |