This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [committed] disable fixproto for kaos
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- To: Nathanael Nerode <neroden at twcny dot rr dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 1 Oct 2003 00:57:42 -0400 (EDT)
- Subject: Re: [committed] disable fixproto for kaos
On Tue, 30 Sep 2003, Nathanael Nerode wrote:
> * config.gcc (arm*-*-kaos*, i[34567]86-*-kaos*, powerpc-*-kaos*,
> powerpcle-*-kaos*, strongarm-*-kaos*): Disable fixproto.
>
> Index: config.gcc
> ===================================================================
> @@ -684,7 +683,7 @@
> ;;
> cris-*-linux*)
> tm_file="dbxelf.h elfos.h svr4.h ${tm_file} linux.h cris/linux.h"
> - tmake_file="cris/t-cris t-slibgcc-elf-ver cris/t-linux"
> + tmake_file="cris/t-cris t-slibgcc-elf-ver t-linux"
Not approved and judging from the message and
changelog apparently mistakenly committed.
Please revert.
brgds, H-P