This directory contains patches that will be applied on the other
open source softwares, as listed below, to compile and install the
es operating system. Unless stated to the contrary, files in this
directory shall be presumed subject to the same license of the
original software.


- GNU Binutils 2.16.1 (binutils-2.16.1.patch)
    http://www.gnu.org/software/binutils/
    usage: $ tar -jxvf binutils-2.16.1.tar.bz2
           $ patch -p0 -d . < binutils-2.16.1.patch

- GCC, the GNU Compiler Collection 4.1.1 (gcc-4.1.1.patch)
    http://gcc.gnu.org/      
    usage: $ tar -jxvf gcc-4.1.1.tar.bz2
           $ patch -p0 -d . < gcc-4.1.1.patch

- GCC, the GNU Compiler Collection 4.1.0 (gcc-4.1.0.patch)
    http://gcc.gnu.org/      
    usage: $ tar -jxvf gcc-4.1.0.tar.bz2
           $ patch -p0 -d . < gcc-4.1.0.patch

- Newlib 1.14.0 (newlib-1.14.0.patch)
    http://sources.redhat.com/newlib/
    usage: $ tar -zxvf newlib-1.14.0.tar.gz
           $ patch -p0 -d . < newlib-1.14.0.patch

- PCRE - Perl Compatible Regular Expressions library 7.1 (pcre-7.1.patch)
    http://www.pcre.org/
    usage: $ tar -zxvf pcre-7.1.tar.gz
           $ patch -p0 -d . < pcre-7.1.patch

See http://sourceforge.jp/projects/nes/ for how to report bugs usefully.
