From: James S. <jsi...@tr...> - 2001-11-01 21:52:05
|
> +++ Makefile 2001/11/01 21:47:06 1.25 > @@ -16,7 +16,7 @@ > # Select the object file format to substitute into the linker script. > # > ifdef CONFIG_CPU_LITTLE_ENDIAN > -tool-prefix = mipsel-linux- > +tool-prefix = mips_fp_le- > else > tool-prefix = mips-linux- > endif Please change that back. I want to stick as close as possible to the name of the GNU compiler. |