Changeset 21e940b6 in rtems


Ignore:
Timestamp:
04/12/05 16:18:14 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
b5402c6
Parents:
327b340d
Message:

Minor updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/README.cdn-X

    r327b340d r21e940b6  
    1010rpmbuild -ba xxx-rtems-yyy.spec \
    1111--define='_build i686-pc-linux-gnu'
    12 --define='_host i386-cygwin' \
    13 --target=i386-cygwin
     12--define='_host i686-pc-cygwin' \
     13--target=i686-pc-cygwin
    1414
    1515[If using rpm < 4.1, use "rpm" instead of "rpmbuild".]
     
    3131        http://packman.links2linux.de
    3232
    33 We further on assume this toolchain to be installed in /opt/i386-cygwin,
    34 i.e. /opt/i386-cygwin/bin/i386-cygwin-gcc is assumed to be the linux->cygwin
     33We further on assume this toolchain to be installed in /opt/i686-pc-cygwin,
     34i.e. /opt/i686-pc-cygwin/bin/i686-pc-cygwin-gcc is assumed to be the linux->cygwin
    3535cross compiler.
    3636
     
    3838---------------
    3939
    40 * Make sure to have /usr/bin and /opt/i386-cygwin/bin in $PATH.
     40* Make sure to have /usr/bin and /opt/i686-pc-cygwin/bin in $PATH.
    4141
    4242* Download the source-tarballs and patches. Put them into a directory where
     
    5252The spec-files you are looking for are:
    5353binutils/xxx-rtems-binutils.spec
    54 gcc3newlib/xxx-rtems-gccnewlib.spec
     54gccnewlib/xxx-rtems-gccnewlib.spec
    5555gdb/xxx-rtems-gdb.spec
    5656
     
    6363rpmbuild -ba binutils/xxx-rtems-binutils-<binutilsvers>.spec \
    6464--define='_build=i686-pc-linux-gnu' \
    65 --define='_host=i386-cygwin' \
    66 --target=i386-cygwin
     65--define='_host=i686-pc-cygwin' \
     66--target=i686-pc-cygwin
    6767
    68 rpmbuild -ba gcc3newlib/xxx-rtems-gcc-<gccvers>-newlib-<newlibvers>.spec \
     68rpmbuild -ba gccnewlib/xxx-rtems-gcc-<gccvers>-newlib-<newlibvers>.spec \
    6969--define='_build=i686-pc-linux-gnu' \
    70 --define='_host=i386-cygwin' \
    71 --target=i386-cygwin
     70--define='_host=i686-pc-cygwin' \
     71--target=i686-pc-cygwin
    7272
    7373rpmbuild -ba
    7474gdb/xxx-rtems-gdb-<gdbvers>.spec \
    7575--define='_build=i686-pc-linux-gnu' \
    76 --define='_host=i386-cygwin' \
    77 --target=i386-cygwin
     76--define='_host=i686-pc-cygwin' \
     77--target=i686-pc-cygwin
    7878
    7979Each of these commands builds several corresponding rpms.
     
    112112------------------
    113113The procedure to build for other platforms (Solaris, ...) is analogous. Just
    114 replace i386-cygwin with your target, eg sun-sparc-solaris2.8
     114replace i686-pc-cygwin with your target, eg sun-sparc-solaris2.8
    115115
    116116Ralf Corsepius          2003-01-31
Note: See TracChangeset for help on using the changeset viewer.