* Re: RFC: drop support for gcc < 4.0
[not found] ` <20070821182505.GA20968@puku.stupidest.org>
@ 2007-08-21 20:41 ` Glauber de Oliveira Costa
2007-08-21 20:56 ` Segher Boessenkool
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Glauber de Oliveira Costa @ 2007-08-21 20:41 UTC (permalink / raw)
To: Chris Wedgwood
Cc: Adrian Bunk, Randy Dunlap, Linus Torvalds, Andrew Morton,
Jarek Poplawski, linux-kernel, linux-arch, linux-mips
On 8/21/07, Chris Wedgwood <cw@f00f.org> wrote:
> On Tue, Aug 21, 2007 at 07:35:50PM +0200, Adrian Bunk wrote:
>
> > Are there any architectures still requiring a gcc < 4.0 ?
>
> Yes, sadly in some places (embedded) there are people with older
> compiler who want newer kernels.
Last time I tried a mips build, it would fail the compile unless I was
using _exactly_ 3.4.4 (I didn't tried older versions, but did try
3.4.6, for ex.). So I also think the 3.4 series will still have to be
around for a while.
--
Glauber de Oliveira Costa.
"Free as in Freedom"
http://glommer.net
"The less confident you are, the more serious you have to act."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RFC: drop support for gcc < 4.0
2007-08-21 20:41 ` RFC: drop support for gcc < 4.0 Glauber de Oliveira Costa
@ 2007-08-21 20:56 ` Segher Boessenkool
2007-08-21 21:01 ` Glauber de Oliveira Costa
2007-08-22 6:59 ` Thomas Bogendoerfer
2007-08-22 18:15 ` Ralf Baechle
2 siblings, 1 reply; 6+ messages in thread
From: Segher Boessenkool @ 2007-08-21 20:56 UTC (permalink / raw)
To: Glauber de Oliveira Costa
Cc: Linus Torvalds, Randy Dunlap, linux-mips, linux-kernel,
Jarek Poplawski, Adrian Bunk, Chris Wedgwood, linux-arch,
Andrew Morton
> Last time I tried a mips build, it would fail the compile unless I was
> using _exactly_ 3.4.4 (I didn't tried older versions, but did try
> 3.4.6, for ex.).
If 3.4.4 works where 3.4.6 doesn't, you should report this as a
bug; either here, or to the GCC team (but please be aware that the
3.4 series isn't supported anymore), or to whoever built that
compiler for you.
> So I also think the 3.4 series will still have to be
> around for a while.
Huh? 3.4 doesn't work for you, so that's why it should stay
a supported compiler?
Segher
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RFC: drop support for gcc < 4.0
2007-08-21 20:56 ` Segher Boessenkool
@ 2007-08-21 21:01 ` Glauber de Oliveira Costa
0 siblings, 0 replies; 6+ messages in thread
From: Glauber de Oliveira Costa @ 2007-08-21 21:01 UTC (permalink / raw)
To: Segher Boessenkool
Cc: Linus Torvalds, Randy Dunlap, linux-mips, linux-kernel,
Jarek Poplawski, Adrian Bunk, Chris Wedgwood, linux-arch,
Andrew Morton
On 8/21/07, Segher Boessenkool <segher@kernel.crashing.org> wrote:
> > Last time I tried a mips build, it would fail the compile unless I was
> > using _exactly_ 3.4.4 (I didn't tried older versions, but did try
> > 3.4.6, for ex.).
>
> If 3.4.4 works where 3.4.6 doesn't, you should report this as a
> bug; either here, or to the GCC team (but please be aware that the
> 3.4 series isn't supported anymore), or to whoever built that
> compiler for you.
I didn't bothered reporting it here because linux-mips website quotes
explicitly the dependency on 3.4.4. So at least, I imagined they are
aware of it. (And as you said, no point in reporting it to gcc...)
> > So I also think the 3.4 series will still have to be
> > around for a while.
>
> Huh? 3.4 doesn't work for you, so that's why it should stay
> a supported compiler?
3.4.4 does. anyway, by this phrase, I only meant: "Dropping support
for 3.4 series won't help in this case"
--
Glauber de Oliveira Costa.
"Free as in Freedom"
http://glommer.net
"The less confident you are, the more serious you have to act."
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RFC: drop support for gcc < 4.0
[not found] ` <17c0b56b663fce6f28b46e3c42dfbaf9@kernel.crashing.org>
@ 2007-08-22 6:07 ` Jarek Poplawski
0 siblings, 0 replies; 6+ messages in thread
From: Jarek Poplawski @ 2007-08-22 6:07 UTC (permalink / raw)
To: Segher Boessenkool
Cc: Adrian Bunk, linux-kernel, Andrew Morton, Linus Torvalds,
Andi Kleen, linux-arch, Randy Dunlap, Chris Wedgwood,
Glauber de Oliveira Costa, linux-mips, Oliver Pinter, Greg KH,
Al Viro, len.brown
On Wed, Aug 22, 2007 at 02:08:33AM +0200, Segher Boessenkool wrote:
> >>>How many people e.g. test -rc kernels compiled with gcc 3.2?
I confirm gcc version:
~/src/linux-2.6.23-rc3$ gcc -v
Reading specs from /usr/lib/gcc-lib/i486-slackware-linux/3.2.3/specs
Configured with: ../gcc-3.2.3/configure --prefix=/usr --enable-shared
--enable-threads=posix --enable-__cxa_atexit --disable-checkingi
--with-gnu-ld --verbose --target=i486-slackware-linux
--host=i486-slackware-linux
Thread model: posix
gcc version 3.2.3
glibc-2.3.2
Sorry, you have to guess this, but, after reporting long time ago some
acpi make warnings, I didn't even suspect anybody would be interested
more this time...
It's an old box with Slackware 9.1, and this make is the last stage
of testing such a hot kernel version... But, according to README gcc
3.2 seems to be legal. (I hope there would be some warning about gcc
too old, anyway.)
Cheers,
Jarek P.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RFC: drop support for gcc < 4.0
2007-08-21 20:41 ` RFC: drop support for gcc < 4.0 Glauber de Oliveira Costa
2007-08-21 20:56 ` Segher Boessenkool
@ 2007-08-22 6:59 ` Thomas Bogendoerfer
2007-08-22 18:15 ` Ralf Baechle
2 siblings, 0 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2007-08-22 6:59 UTC (permalink / raw)
To: Glauber de Oliveira Costa
Cc: Chris Wedgwood, Adrian Bunk, Randy Dunlap, Linus Torvalds,
Andrew Morton, Jarek Poplawski, linux-kernel, linux-arch,
linux-mips
On Tue, Aug 21, 2007 at 05:41:04PM -0300, Glauber de Oliveira Costa wrote:
> On 8/21/07, Chris Wedgwood <cw@f00f.org> wrote:
> > On Tue, Aug 21, 2007 at 07:35:50PM +0200, Adrian Bunk wrote:
> >
> > > Are there any architectures still requiring a gcc < 4.0 ?
> >
> > Yes, sadly in some places (embedded) there are people with older
> > compiler who want newer kernels.
>
> Last time I tried a mips build, it would fail the compile unless I was
> using _exactly_ 3.4.4 (I didn't tried older versions, but did try
> 3.4.6, for ex.). So I also think the 3.4 series will still have to be
> around for a while.
that's fixed and I'm happiliy building the MIPS tree with gcc 3.3.3.
And I would be very unhappy to upgrade all my crosscompiler just because
someone thinks nobody build -rc kernel with older compilers. I do.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessary a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: RFC: drop support for gcc < 4.0
2007-08-21 20:41 ` RFC: drop support for gcc < 4.0 Glauber de Oliveira Costa
2007-08-21 20:56 ` Segher Boessenkool
2007-08-22 6:59 ` Thomas Bogendoerfer
@ 2007-08-22 18:15 ` Ralf Baechle
2 siblings, 0 replies; 6+ messages in thread
From: Ralf Baechle @ 2007-08-22 18:15 UTC (permalink / raw)
To: Glauber de Oliveira Costa
Cc: Chris Wedgwood, Adrian Bunk, Randy Dunlap, Linus Torvalds,
Andrew Morton, Jarek Poplawski, linux-kernel, linux-arch,
linux-mips
On Tue, Aug 21, 2007 at 05:41:04PM -0300, Glauber de Oliveira Costa wrote:
> Last time I tried a mips build, it would fail the compile unless I was
> using _exactly_ 3.4.4 (I didn't tried older versions, but did try
> 3.4.6, for ex.). So I also think the 3.4 series will still have to be
> around for a while.
I don't know what broken MIPS platform you've tried. I keep changing
between compiler versions all the time just so I can ensure builds with
older compilers keep working until we officially deciede to drop support
for them. So the minimum compiler version for 32-bit MIPS kernels is
gcc 3.2 and for 64-bit kernel gcc 3.3.
But for sake of sanity and productivity I definately don't mind dumping
support for gcc < 4.0 or maybe even 4.1. And while we're at it, let's
deprecate ancient binutils version as well. A minimum version of 2.17
would be nice as I could get rid of lads of .word sillyness which is
needed to support older binutils.
Ralf
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2007-08-22 18:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070821132038.GA22254@ff.dom.local>
[not found] ` <20070821093103.3c097d4a.randy.dunlap@oracle.com>
[not found] ` <20070821173550.GC30705@stusta.de>
[not found] ` <20070821182505.GA20968@puku.stupidest.org>
2007-08-21 20:41 ` RFC: drop support for gcc < 4.0 Glauber de Oliveira Costa
2007-08-21 20:56 ` Segher Boessenkool
2007-08-21 21:01 ` Glauber de Oliveira Costa
2007-08-22 6:59 ` Thomas Bogendoerfer
2007-08-22 18:15 ` Ralf Baechle
[not found] ` <20070821191959.GC2642@bingen.suse.de>
[not found] ` <20070821195433.GE30705@stusta.de>
[not found] ` <alpine.LFD.0.999.0708211306560.30176@woody.linux-foundation.org>
[not found] ` <20070821202113.GF30705@stusta.de>
[not found] ` <27c412eea99f1f80a3002e9668bd31f8@kernel.crashing.org>
[not found] ` <20070821212129.GG30705@stusta.de>
[not found] ` <17c0b56b663fce6f28b46e3c42dfbaf9@kernel.crashing.org>
2007-08-22 6:07 ` Jarek Poplawski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox