More tweaks.

This commit is contained in:
Ralf Corsepius
2007-01-15 08:41:05 +00:00
parent 9627be9c99
commit c8d34d7e8e

View File

@@ -103,8 +103,8 @@ of each component as well as any required RTEMS specific patches.
File: @value{GCCRTEMSPATCH} File: @value{GCCRTEMSPATCH}
@end ifset @end ifset
@ifset use-html @ifset use-html
@c URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES,Download RTEMS Patches and Scripts} URL: @uref{ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES,,ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES}
URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES @c URL: ftp://@value{RTEMSFTPSITE}@value{RTEMSFTPDIR}/SOURCES
@end ifset @end ifset
@end example @end example
@@ -474,12 +474,12 @@ newlib manually using @code{configure} and @code{make} directly.
The following example illustrates the invocation of The following example illustrates the invocation of
@code{configure} and @code{make} @code{configure} and @code{make}
to build and install @value{BINUTILSUNTAR} for the to build and install @value{BINUTILSUNTAR} for the
sparc-rtems target: sparc-rtems@value{RTEMSAPI} target:
@example @example
mkdir b-binutils mkdir b-binutils
cd b-binutils cd b-binutils
../@value{BINUTILSUNTAR}/configure --target=sparc-rtems \ ../@value{BINUTILSUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--prefix=@value{RTEMSPREFIX} --prefix=@value{RTEMSPREFIX}
make all make all
make info make info
@@ -534,12 +534,12 @@ ln -s ../@value{NEWLIBUNTAR}/newlib .
The following example illustrates the invocation of The following example illustrates the invocation of
@code{configure} and @code{make} @code{configure} and @code{make}
to build and install @value{GCCUNTAR} with only to build and install @value{GCCUNTAR} with only
C and C++ support for the sparc-rtems target: C and C++ support for the sparc-rtems@value{RTEMSAPI} target:
@example @example
mkdir b-gcc mkdir b-gcc
cd b-gcc cd b-gcc
../@value{GCCUNTAR}/configure --target=sparc-rtems \ ../@value{GCCUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \ --with-gnu-as --with-gnu-ld --with-newlib --verbose \
--enable-threads --enable-languages="c,c++" \ --enable-threads --enable-languages="c,c++" \
--prefix=@value{RTEMSPREFIX} --prefix=@value{RTEMSPREFIX}
@@ -575,14 +575,14 @@ be included in the set of enabled languages.
The following example illustrates the invocation of The following example illustrates the invocation of
@code{configure} and @code{make} @code{configure} and @code{make}
to build and install @value{GCCUNTAR} with only to build and install @value{GCCUNTAR} with only
C, C++, and Ada support for the sparc-rtems target: C, C++, and Ada support for the sparc-rtems@value{RTEMSAPI} target:
@example @example
mkdir b-gcc mkdir b-gcc
cd @value{GCCUNTAR}/gcc/ada cd @value{GCCUNTAR}/gcc/ada
touch treeprs.ads [es]info.h nmake.ad[bs] touch treeprs.ads [es]info.h nmake.ad[bs]
cd ../../../b-gcc cd ../../../b-gcc
../@value{GCCUNTAR}/configure --target=sparc-rtems \ ../@value{GCCUNTAR}/configure --target=sparc-rtems@value{RTEMSAPI} \
--with-gnu-as --with-gnu-ld --with-newlib --verbose \ --with-gnu-as --with-gnu-ld --with-newlib --verbose \
--enable-threads --enable-languages="c,c++,ada" \ --enable-threads --enable-languages="c,c++,ada" \
--prefix=@value{RTEMSPREFIX} --prefix=@value{RTEMSPREFIX}
@@ -822,12 +822,12 @@ This section describes how to configure the GNU debugger for
RTEMS targets using @code{configure} and @code{make} directly. RTEMS targets using @code{configure} and @code{make} directly.
The following example illustrates the invocation of @code{configure} The following example illustrates the invocation of @code{configure}
and @code{make} to build and install @value{GDBUNTAR} for the and @code{make} to build and install @value{GDBUNTAR} for the
m68k-rtems target: m68k-rtems@value{RTEMSAPI} target:
@example @example
mkdir b-gdb mkdir b-gdb
cd b-gdb cd b-gdb
../@value{GDBUNTAR}/configure --target=m68k-rtems \ ../@value{GDBUNTAR}/configure --target=m68k-rtems@value{RTEMSAPI} \
--prefix=@value{RTEMSPREFIX} --prefix=@value{RTEMSPREFIX}
make all make all
make info make info
@@ -840,10 +840,10 @@ such as a processor simulator. The following is a list of
configurations for which there are extra options: configurations for which there are extra options:
@table @b @table @b
@item powerpc-rtems @item powerpc-rtems@value{RTEMSAPI}
@code{--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware} @code{--enable-sim --enable-sim-powerpc --enable-sim-timebase --enable-sim-hardware}
@item sparc-rtems @item sparc-rtems@value{RTEMSAPI}
@code{--enable-sim} @code{--enable-sim}
@end table @end table