Added new host and cross targets. Updated source tree size.
This commit is contained in:
@@ -39,28 +39,36 @@ Supported platforms
|
||||
configuration files in the configure/os directory and then make changes
|
||||
for your new platforms.
|
||||
|
||||
Host platforms (operating system - architecture - <alternate c++
|
||||
compiler>)
|
||||
Host platforms (operating system - architecture - <alternate c++ compiler>)
|
||||
|
||||
aix-ppc
|
||||
aix-ppc-gnu
|
||||
cygwin-x86
|
||||
darwin-ppc (Mac OS X)
|
||||
darwin-ppc (Mac OS X)
|
||||
hpux-parisc
|
||||
hpux-parisc-gnu
|
||||
linux-ppc
|
||||
linux-ppc-bgl
|
||||
linux-x86
|
||||
linux-x86_64
|
||||
linux-x86-borland
|
||||
solaris-sparc
|
||||
solaris-sparc-gnu
|
||||
solaris-sparc64
|
||||
solaris-sparc64-gnu
|
||||
solaris-x86
|
||||
solaris-x86-gnu
|
||||
win32-x86
|
||||
win32-x86-borland
|
||||
win32-x86-cygwin
|
||||
win32-x86-mingw
|
||||
|
||||
Debugging builds
|
||||
linux-x86-debug (GNU compiler with -g option for host builds)
|
||||
solaris-sparc-debug (sun compiler with -g option for host builds)
|
||||
win32-x86-debug (MS Visual C++ with debug option for host builds)
|
||||
Debugging builds
|
||||
|
||||
linux-x86-debug
|
||||
linux-x86_64-debug
|
||||
solaris-sparc-debug
|
||||
win32-x86-debug
|
||||
|
||||
Cross compile target platforms (operating system - architecture)
|
||||
|
||||
@@ -68,23 +76,29 @@ Supported platforms
|
||||
linux-486 (linux-x86 host)
|
||||
linux-586 (linux-x86 host)
|
||||
linux-686 (linux-x86 host)
|
||||
linux-athlon (linux-x86 host)
|
||||
vxWorks-486
|
||||
vxWorks-68040
|
||||
vxWorks-68040-debug
|
||||
vxWorks-68040lc
|
||||
vxWorks-68060
|
||||
linux-althon (linux-x86 host)
|
||||
linuxRT-mvme2100
|
||||
vxWorks-486
|
||||
vxWorks-68040
|
||||
vxWorks-68040lc
|
||||
vxWorks-68060
|
||||
vxWorks-pentium
|
||||
vxWorks-ppc603
|
||||
vxWorks-ppc603
|
||||
vxWorks-ppc603_long
|
||||
vxWorks-ppc604
|
||||
vxWorks-ppc604
|
||||
vxWorks-ppc604_long
|
||||
RTEMS-gen68360
|
||||
vxWorks6-mv2100
|
||||
vxWorks6-mv5100
|
||||
RTEMS-gen68360
|
||||
RTEMS-mcp750
|
||||
RTEMS-mvme167
|
||||
RTEMS-mvme167
|
||||
RTEMS-pc386
|
||||
RTEMS-psim
|
||||
RTEMS-uC5282
|
||||
|
||||
Debugging builds
|
||||
|
||||
vxWorks=68040-debug
|
||||
|
||||
Supported compilers
|
||||
|
||||
@@ -134,7 +148,7 @@ Software requirements
|
||||
Host system storage requirements
|
||||
|
||||
The GNU zipped tar file is approximately 1.4 MB in size. The unzipped
|
||||
untarred distribution source tree is approximately 7.3 MB. The build
|
||||
untarred distribution source tree is approximately 7.5 MB. The build
|
||||
created files for each host take approximately 40 MB and the build
|
||||
created files for each target take approximately 10 MB.
|
||||
|
||||
|
||||
@@ -59,20 +59,27 @@ directory and then make changes for your new platforms.</blockquote>
|
||||
c++ compiler>)</b>
|
||||
|
||||
<blockquote>
|
||||
<br><tt>aix-ppc</tt>
|
||||
<tt>aix-ppc</tt>
|
||||
<br><tt>aix-ppc-gnu</tt>
|
||||
<br><tt>cygwin-x86</tt>
|
||||
<br><tt>darwin-ppc (Mac OS X)</tt>
|
||||
<br><tt>hpux-parisc</tt>
|
||||
<br><tt>hpux-parisc-gnu</tt>
|
||||
<br><tt>linux-ppc</tt>
|
||||
<br><tt>linux-ppc-bgl</tt>
|
||||
<br><tt>linux-x86</tt>
|
||||
<br><tt>linux-x86_64</tt>
|
||||
<br><tt>linux-x86-borland</tt>
|
||||
<br><tt>solaris-sparc</tt>
|
||||
<br><tt>solaris-sparc-gnu</tt>
|
||||
<br><tt>solaris-sparc64</tt>
|
||||
<br><tt>solaris-sparc64-gnu</tt>
|
||||
<br><tt>solaris-x86</tt>
|
||||
<br><tt>solaris-x86-gnu</tt>
|
||||
<br><tt>win32-x86</tt>
|
||||
<br><tt>win32-x86-borland</tt>
|
||||
<br><tt>win32-x86-cygwin</tt>
|
||||
<br><tt>win32-x86-mingw</tt>
|
||||
</blockquote>
|
||||
|
||||
</blockquote>
|
||||
@@ -80,9 +87,10 @@ c++ compiler>)</b>
|
||||
<blockquote><b>Debugging builds</b>
|
||||
|
||||
<blockquote>
|
||||
<br><tt>linux-x86-debug (GNU compiler with -g option for host builds)</tt>
|
||||
<br><tt>solaris-sparc-debug (sun compiler with -g option for host builds)</tt>
|
||||
<br><tt>win32-x86-debug (MS Visual C++ with debug option for host builds)</tt>
|
||||
<tt>linux-x86-debug</tt>
|
||||
<br><tt>linux-x86_64-debug</tt>
|
||||
<br><tt>solaris-sparc-debug</tt>
|
||||
<br><tt>win32-x86-debug</tt>
|
||||
</blockquote>
|
||||
|
||||
|
||||
@@ -96,14 +104,14 @@ Cross compile target platforms (operating system - architecture)</h4>
|
||||
|
||||
<blockquote>
|
||||
<blockquote>
|
||||
<br><tt>linux-386 (linux-x86 host)</tt>
|
||||
<tt>linux-386 (linux-x86 host)</tt>
|
||||
<br><tt>linux-486 (linux-x86 host)</tt>
|
||||
<br><tt>linux-586 (linux-x86 host)</tt>
|
||||
<br><tt>linux-686 (linux-x86 host)</tt>
|
||||
<br><tt>linux-althon (linux-x86 host)</tt>
|
||||
<br><tt>linuxRT-mvme2100</tt>
|
||||
<br><tt>vxWorks-486</tt>
|
||||
<br><tt>vxWorks-68040</tt>
|
||||
<br><tt>vxWorks-68040-debug</tt>
|
||||
<br><tt>vxWorks-68040lc</tt>
|
||||
<br><tt>vxWorks-68060</tt>
|
||||
<br><tt>vxWorks-pentium</tt>
|
||||
@@ -111,11 +119,20 @@ Cross compile target platforms (operating system - architecture)</h4>
|
||||
<br><tt>vxWorks-ppc603_long</tt>
|
||||
<br><tt>vxWorks-ppc604</tt>
|
||||
<br><tt>vxWorks-ppc604_long</tt>
|
||||
<br><tt>vxWorks6-mv2100</tt>
|
||||
<br><tt>vxWorks6-mv5100</tt>
|
||||
<br><tt>RTEMS-gen68360</tt>
|
||||
<br><tt>RTEMS-mcp750</tt>
|
||||
<br><tt>RTEMS-mvme167</tt>
|
||||
<br><tt>RTEMS-pc386</tt>
|
||||
<br><tt>RTEMS-psim</tt>
|
||||
<br><tt>RTEMS-uC5282</tt>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
<blockquote><b>Debugging builds</b>
|
||||
<blockquote>
|
||||
<tt>vxWorks-68040-debug</tt>
|
||||
</blockquote>
|
||||
</blockquote>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user