This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] LatticeMico32 changes


On Wed, 2008-12-10 at 16:10 +0200, Jukka Pietarinen wrote:
> Hi,
> 
> this patch adds support for the Lattice Mico32 soft CPU. I have been 
> working on a Mico32 port for RTEMS. The patch is based on the Lattice 
> tool sources by Jon Beniston.
> 
> 2008-12-10 Jukka Pietarinen <jukka.pietarinen@mrf.fi>
> 
>         * config.sub: Add lm32

Wrong address for this part of your patch.

config.sub is maintained as a separate project from which all other
projects (comprising newlib/binutils/gcc/gdb/automake ..) using
config.sub inherit it.

Have a look into config.sub:

# Please send patches to <config-patches@gnu.org>.  Submit a context
# diff and a properly formatted ChangeLog entry.

Homepage: http://savannah.gnu.org/projects/config


> diff -uNr newlib-1.16.0.cvs.20081127/config.sub
> newlib-1.16.0/config.sub
> --- newlib-1.16.0.cvs.20081127/config.sub       2008-11-17
> 08:00:35.000000000 +0200
> +++ newlib-1.16.0/config.sub    2008-12-04 15:06:29.000000000 +0200
> @@ -249,6 +249,7 @@
>         | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] |
> hppa64 \
>         | i370 | i860 | i960 | ia64 \
>         | ip2k | iq2000 \
> +       | lm32 \
>         | m32c | m32r | m32rle | m68000 | m68k | m88k \
>         | maxq | mb | microblaze | mcore | mep | metag \
>         | mips | mipsbe | mipseb | mipsel | mipsle \

Ralf



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]