public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: Adrian Bunk <bunk@fs.tum.de>
Cc: Linus Torvalds <torvalds@transmeta.com>, linux-kernel@vger.kernel.org
Subject: Re: [patch] Drop support for egcs from 2.5
Date: Tue, 5 Mar 2002 21:06:53 +0100	[thread overview]
Message-ID: <20020305200653.GA175@elf.ucw.cz> (raw)
In-Reply-To: <Pine.NEB.4.44.0202262131000.9458-100000@mimas.fachschaften.tu-muenchen.de>
In-Reply-To: <Pine.NEB.4.44.0202262131000.9458-100000@mimas.fachschaften.tu-muenchen.de>

Hi!

> the patch below drops support for egcs from 2.5. This patch doesn't remove
> egcs workarounds, it only causes the kernel to refuse to build with egcs
> and to document this. The affected files are:


Why would you like to do that?
									Pavel

> --- init/main.c.old	Tue Feb 26 21:25:30 2002
> +++ init/main.c	Tue Feb 26 21:25:55 2002
> @@ -50,7 +50,7 @@
>   * To avoid associated bogus bug reports, we flatly refuse to compile
>   * with a gcc that is known to be too old from the very beginning.
>   */
> -#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 91)
> +#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 95)
>  #error Sorry, your GCC is too old. It builds incorrect kernels.
>  #endif
> 

-- 
(about SSSCA) "I don't say this lightly.  However, I really think that the U.S.
no longer is classifiable as a democracy, but rather as a plutocracy." --hpa

      reply	other threads:[~2002-03-05 20:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-26 20:44 [patch] Drop support for egcs from 2.5 Adrian Bunk
2002-03-05 20:06 ` Pavel Machek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020305200653.GA175@elf.ucw.cz \
    --to=pavel@ucw.cz \
    --cc=bunk@fs.tum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox