VaKeR CYBER ARMY
Logo of a company Server : Apache/2.4.41 (Ubuntu)
System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64
User : www-data ( 33)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Directory :  /usr/share/GNUstep/Documentation/Developer/Make/Manual/gnustep-make/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/GNUstep/Documentation/Developer/Make/Manual/gnustep-make/Platform-Information.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.5, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Platform Information (GNUstep Makefile Package)</title>

<meta name="description" content="Platform Information (GNUstep Makefile Package)">
<meta name="keywords" content="Platform Information (GNUstep Makefile Package)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="makeinfo">
<link href="index.html#Top" rel="start" title="Top">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Common-Variables.html#Common-Variables" rel="up" title="Common Variables">
<link href="Library-Combination.html#Library-Combination" rel="next" title="Library Combination">
<link href="Scripts.html#Scripts" rel="prev" title="Scripts">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.indentedblock {margin-right: 0em}
blockquote.smallindentedblock {margin-right: 0em; font-size: smaller}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smalllisp {margin-left: 3.2em}
kbd {font-style: oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nolinebreak {white-space: nowrap}
span.roman {font-family: initial; font-weight: normal}
span.sansserif {font-family: sans-serif; font-weight: normal}
ul.no-bullet {list-style: none}
-->
</style>


</head>

<body lang="en">
<a name="Platform-Information"></a>
<div class="header">
<p>
Next: <a href="Library-Combination.html#Library-Combination" accesskey="n" rel="next">Library Combination</a>, Previous: <a href="Scripts.html#Scripts" accesskey="p" rel="prev">Scripts</a>, Up: <a href="Common-Variables.html#Common-Variables" accesskey="u" rel="up">Common Variables</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>
<hr>
<a name="Host-and-Target-Platform-Information"></a>
<h4 class="subsection">1.7.3 Host and Target Platform Information</h4>

<dl>
<dt><a name="index-GNUSTEP_005fHOST"></a>Variable: <strong>GNUSTEP_HOST</strong></dt>
<dd><p><code>GNUSTEP_HOST</code> is the canonical host platform name; i.e. the name
of the platform which is performing compilation of programs.  For
example, a SPARC machine by Sun Microsystems running the Solaris 2.5.1
operating system has the name <code>sparc-sun-solaris2.5.1</code>.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fHOST_005fCPU"></a>Variable: <strong>GNUSTEP_HOST_CPU</strong></dt>
<dd><p><code>GNUSTEP_HOST_CPU</code> is the CPU name for the canonical host
platform name; i.e. the name of the CPU platform which is performing
compilation of programs.  The Makefile Package cleans this CPU name
with the <code>CLEAN_CPU_SCRIPT</code> script before using it internally.
For example, the canonical host platform name of
<code>i586-pc-linux-gnu</code> has a CPU name of <code>ix86</code>.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fHOST_005fVENDOR"></a>Variable: <strong>GNUSTEP_HOST_VENDOR</strong></dt>
<dd><p><code>GNUSTEP_HOST_VENDOR</code> is the vendor name for the canonical host
platform; i.e. the name of the vendor platform which is performing
compilation of programs.  The Makefile Package cleans this vendor name
with the <code>CLEAN_VENDOR_SCRIPT</code> script before using it internally.
For example, the canonical host platform name of
<code>sparc-sun-solaris2.5.1</code> has a vendor name of <code>sun</code>.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fHOST_005fOS"></a>Variable: <strong>GNUSTEP_HOST_OS</strong></dt>
<dd><p><code>GNUSTEP_HOST_OS</code> is the operating system name for the canonical
host platform; i.e. the name of the operating system platform which is
performing compilation of programs.  The Makefile Package cleans this
operating system name with the <code>CLEAN_OS_SCRIPT</code> script before
using it internally.  For example, the canonical host platform name of
<code>i586-pc-linux-gnu</code> has an operating system name of
<code>linux-gnu</code>.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fTARGET"></a>Variable: <strong>GNUSTEP_TARGET</strong></dt>
<dd><p><code>GNUSTEP_TARGET</code> is the canonical target platform name;
i.e. compilation of programs generate object code for this platform.
By default the target platform is the same as the host platform unless
the user specifies a different target when running make, see Cross
Compiling.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fTARGET_005fCPU"></a>Variable: <strong>GNUSTEP_TARGET_CPU</strong></dt>
<dd><p><code>GNUSTEP_TARGET_CPU</code> is the CPU name for the canonical target
platform; i.e. compilation of programs generate object code for this
CPU platform.  The Makefile Package cleans this operating system name
with the <code>CLEAN_CPU_SCRIPT</code> script before using it internally.
By default the target CPU platform is the same as the host CPU
platform, <code>GNUSTEP_HOST_CPU</code>, unless the user specifies a
different target platform when running make, see Cross Compiling.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fTARGET_005fVENDOR"></a>Variable: <strong>GNUSTEP_TARGET_VENDOR</strong></dt>
<dd><p><code>GNUSTEP_TARGET_VENDOR</code> is the vendor name for the canonical
target platform; i.e. compilation of programs generate object code for
this vendor platform.  The Makefile Package cleans this vendor name
with the <code>CLEAN_VENDOR_SCRIPT</code> script before using it internally.
By default the target vendor platform is the same as the host vendor
platform, <code>GNUSTEP_HOST_VENDOR</code>, unless the user specifies a
different target platform when running make, see Cross Compiling.
</p></dd></dl>

<dl>
<dt><a name="index-GNUSTEP_005fTARGET_005fOS"></a>Variable: <strong>GNUSTEP_TARGET_OS</strong></dt>
<dd><p><code>GNUSTEP_TARGET_OS</code> is the operating system name for the
canonical target platform; i.e. compilation of programs generate
object code for this operating system platform.  The Makefile Package
cleans this operating system name with the <code>CLEAN_OS_SCRIPT</code>
script before using it internally.  By default the target operating
system platform is the same as the host operating system platform,
<code>GNUSTEP_HOST_OS</code>, unless the user specifies a different target
platform, see Cross Compiling.
</p></dd></dl>

<hr>
<div class="header">
<p>
Next: <a href="Library-Combination.html#Library-Combination" accesskey="n" rel="next">Library Combination</a>, Previous: <a href="Scripts.html#Scripts" accesskey="p" rel="prev">Scripts</a>, Up: <a href="Common-Variables.html#Common-Variables" accesskey="u" rel="up">Common Variables</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>]</p>
</div>



</body>
</html>

VaKeR 2022