[Bug fortran/32487] no 8-bit type when compiling a cross-compiler for mips

2007-07-28 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-07-28 12:57 --- No news... closing as INVALID. Please reopen with additional information (like the C library you used, whether you do a combined build, etc.) if you want us to investigate further. -- fxcoudert at gcc dot gnu

[Bug fortran/32487] no 8-bit type when compiling a cross-compiler for mips

2007-06-25 Thread dfranke at gcc dot gnu dot org
--- Comment #2 from dfranke at gcc dot gnu dot org 2007-06-25 10:53 --- Might be related to (dupe of?) PR21023? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32487

[Bug fortran/32487] no 8-bit type when compiling a cross-compiler for mips

2007-06-25 Thread dfranke at gcc dot gnu dot org
--- Comment #3 from dfranke at gcc dot gnu dot org 2007-06-25 10:54 --- Ups, meant PR21203 ... -- dfranke at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32487] no 8-bit type when compiling a cross-compiler for mips

2007-06-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2007-06-25 02:01 --- Do you have a C library installed for mips-elf? Because it sounds like you don't. Newlib is the normal C library which is used with cross compilers to *-elf. It is also can be used with the combined builds. --