From: "Jay Carlson" <nop@nop.com>
To: "Ralf Baechle" <ralf@oss.sgi.com>, "Jay Carlson" <nop@place.org>
Cc: <linux-mips@fnet.fr>, <linux-mips@oss.sgi.com>,
"Mike Klar" <mfklar@ponymail.com>
Subject: RE: stable binutils, gcc, glibc ...
Date: Sat, 14 Oct 2000 12:11:38 -0400 [thread overview]
Message-ID: <KEEOIBGCMINLAHMMNDJNEECBCAAA.nop@nop.com> (raw)
In-Reply-To: <20001014170928.B6499@bacchus.dhis.org>
Ralf Baechle writes:
> On Sat, Oct 14, 2000 at 10:51:37AM -0400, Jay Carlson wrote:
>
> > Hey, don't blame me for the 2.0.6->2.0.7 version bump. I just
> grabbed the
> > biggest version number on oss.sgi.com at the time and made my *trivial*
> > patches to add softfloat to the build.
> >
> > Let me say that again: 2.0.7 is NOT MY FAULT.
>
> I didn't blame you - I didn't even know how came up with
> 2.0.7-mips. When I
> receive bug reports against the various 2.0.7 incarnations I just usually
> find that they're that particular 2.0.7 version has bugs which were fixed
> eternities ago.
Yeah. You weren't blaming me, and I don't think Jun was blaming me, but my
name was attached to 2.0.7, and I wanted to escape....
> 2.0.7 as used by the distributors is probably a reasonably sane libc.
See, another naming issue...
> Do your softfp patches somehow cause problems with hardware fp machines?
> If not we could throw all things together.
No, no problems at all. They're just conditional on __HAVE_FPU__. Consider
ftp://ftp.place.org/pub/nop/linuxce/glibc-2.0.7-mips-softfloat.patch
submitted for the 2.0.6 branch.
I'm not really the head toolchain builder for linux-vr these days---Mike
Klar has a set of unified patches he's been working on.
> Actually I'm trying to kill this entire naming problem by getting all
> patches back to the respective maintainers. Result: no pending patches
> for cvs binutils, only tiny ones for glibc-current and egcs-current.
Yes. This is very good. This reduces the problem by one dimension---the
unique specification of a source version can be reduced to a date
(preferably the exact date you give to cvs checkout). Given success
reports, other people can come along behind you and build tarballs and RPMs
given just that information.
Speaking of egcs-current---I hadn't looked at it in some time. It appears
not to multilib for softfloat.
Could somebody who already has signatures on file with the FSF add multilib
softfloat for mips-linux targets? I mean, we (linux-vr) *think* we're going
to be switching over to the FP emulator soon, but it hasn't happened yet.
Adding multilib is pretty harmless---I can't think of how it could screw up
the build for hardfp machines.
The biggest reason I can think of *not* to make such a change is because
there are already plans in the works to create a mipselnofp-linux target to
more closely describe the situation. But I don't see any momentum behind
it, and I'd rather have either multilib or mipselnofp than the default case
of "linux-vr must ship patches and maintain separate .debs and .rpms that
contain a proper superset of mainline functionality".
> Naming the patches is a nice idea but frequently I find my own patches
> again on some server with creativly changed names. There is just nobody
> who controls the namespace for those patches.
True :-( We do have the big hammer of linuxmips.org/linux-mips.org as a way
of handing out namespace if people actually want to cooperate on naming.
Jay
WARNING: multiple messages have this Message-ID (diff)
From: "Jay Carlson" <nop@nop.com>
To: Ralf Baechle <ralf@oss.sgi.com>, Jay Carlson <nop@place.org>
Cc: linux-mips@fnet.fr, linux-mips@oss.sgi.com,
Mike Klar <mfklar@ponymail.com>
Subject: RE: stable binutils, gcc, glibc ...
Date: Sat, 14 Oct 2000 12:11:38 -0400 [thread overview]
Message-ID: <KEEOIBGCMINLAHMMNDJNEECBCAAA.nop@nop.com> (raw)
Message-ID: <20001014161138.wE0Gf3foj04wgJ4zLYIBlxiPyeXekWAKaRD-9CoEL8I@z> (raw)
In-Reply-To: <20001014170928.B6499@bacchus.dhis.org>
Ralf Baechle writes:
> On Sat, Oct 14, 2000 at 10:51:37AM -0400, Jay Carlson wrote:
>
> > Hey, don't blame me for the 2.0.6->2.0.7 version bump. I just
> grabbed the
> > biggest version number on oss.sgi.com at the time and made my *trivial*
> > patches to add softfloat to the build.
> >
> > Let me say that again: 2.0.7 is NOT MY FAULT.
>
> I didn't blame you - I didn't even know how came up with
> 2.0.7-mips. When I
> receive bug reports against the various 2.0.7 incarnations I just usually
> find that they're that particular 2.0.7 version has bugs which were fixed
> eternities ago.
Yeah. You weren't blaming me, and I don't think Jun was blaming me, but my
name was attached to 2.0.7, and I wanted to escape....
> 2.0.7 as used by the distributors is probably a reasonably sane libc.
See, another naming issue...
> Do your softfp patches somehow cause problems with hardware fp machines?
> If not we could throw all things together.
No, no problems at all. They're just conditional on __HAVE_FPU__. Consider
ftp://ftp.place.org/pub/nop/linuxce/glibc-2.0.7-mips-softfloat.patch
submitted for the 2.0.6 branch.
I'm not really the head toolchain builder for linux-vr these days---Mike
Klar has a set of unified patches he's been working on.
> Actually I'm trying to kill this entire naming problem by getting all
> patches back to the respective maintainers. Result: no pending patches
> for cvs binutils, only tiny ones for glibc-current and egcs-current.
Yes. This is very good. This reduces the problem by one dimension---the
unique specification of a source version can be reduced to a date
(preferably the exact date you give to cvs checkout). Given success
reports, other people can come along behind you and build tarballs and RPMs
given just that information.
Speaking of egcs-current---I hadn't looked at it in some time. It appears
not to multilib for softfloat.
Could somebody who already has signatures on file with the FSF add multilib
softfloat for mips-linux targets? I mean, we (linux-vr) *think* we're going
to be switching over to the FP emulator soon, but it hasn't happened yet.
Adding multilib is pretty harmless---I can't think of how it could screw up
the build for hardfp machines.
The biggest reason I can think of *not* to make such a change is because
there are already plans in the works to create a mipselnofp-linux target to
more closely describe the situation. But I don't see any momentum behind
it, and I'd rather have either multilib or mipselnofp than the default case
of "linux-vr must ship patches and maintain separate .debs and .rpms that
contain a proper superset of mainline functionality".
> Naming the patches is a nice idea but frequently I find my own patches
> again on some server with creativly changed names. There is just nobody
> who controls the namespace for those patches.
True :-( We do have the big hammer of linuxmips.org/linux-mips.org as a way
of handing out namespace if people actually want to cooperate on naming.
Jay
next prev parent reply other threads:[~2000-10-14 16:09 UTC|newest]
Thread overview: 53+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-14 5:13 stable binutils, gcc, glibc Jun Sun
2000-10-14 3:55 ` Ralf Baechle
2000-10-14 4:21 ` Ralf Baechle
2000-10-14 10:57 ` Florian Lohoff
2000-10-14 14:51 ` Jay Carlson
2000-10-14 14:51 ` Jay Carlson
2000-10-14 15:09 ` Ralf Baechle
2000-10-14 16:11 ` Jay Carlson [this message]
2000-10-14 16:11 ` Jay Carlson
2000-10-14 16:29 ` Bradley D. LaRonde
2000-10-14 16:29 ` Bradley D. LaRonde
2000-10-16 0:35 ` Ralf Baechle
2000-10-16 1:33 ` Mike Klar
2000-10-16 1:33 ` Mike Klar
2000-10-16 11:26 ` Jay Carlson
2000-10-16 11:26 ` Jay Carlson
2000-10-16 11:30 ` Ralf Baechle
2000-10-16 12:00 ` Ralf Baechle
2000-10-18 1:59 ` Jay Carlson
2000-10-18 1:59 ` Jay Carlson
2000-10-18 20:31 ` Ralf Baechle
2000-10-14 16:11 ` Jay Carlson
2000-10-14 16:11 ` Jay Carlson
2000-10-14 16:12 ` Ralf Baechle
2000-10-14 16:22 ` Bradley D. LaRonde
2000-10-14 16:22 ` Bradley D. LaRonde
2000-10-14 23:47 ` Keith Owens
2000-10-16 1:07 ` Ralf Baechle
2000-10-16 7:00 ` Alan Cox
2000-10-16 7:00 ` Alan Cox
2000-10-14 10:55 ` Florian Lohoff
2000-10-14 12:41 ` Ralf Baechle
[not found] ` <Pine.LNX.4.21.0010140730280.17430-100000@spawn.hockeyfiend.com>
2000-10-14 14:25 ` Ralf Baechle
2000-10-14 17:54 ` Florian Lohoff
2000-10-16 15:41 ` Maciej W. Rozycki
2000-10-18 4:04 ` The initial results (Re: " Jun Sun
2000-10-18 1:33 ` Florian Lohoff
2000-10-18 9:20 ` Jun Sun
2000-10-18 2:25 ` nick
2000-10-18 9:18 ` Florian Lohoff
2000-10-18 12:27 ` Ralf Baechle
2000-10-18 1:57 ` Ralf Baechle
2000-10-18 12:30 ` Florian Lohoff
2000-10-18 22:37 ` Ralf Baechle
2000-10-18 11:42 ` Geert Uytterhoeven
2000-10-18 17:15 ` Jun Sun
2000-10-20 14:55 ` Geert Uytterhoeven
2000-11-06 11:43 ` Jay Carlson
2000-11-06 11:43 ` Jay Carlson
2000-10-20 11:09 ` Andreas Jaeger
2000-10-20 12:03 ` Jay Carlson
2000-10-20 12:03 ` Jay Carlson
2000-10-21 1:24 ` Ralf Baechle
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=KEEOIBGCMINLAHMMNDJNEECBCAAA.nop@nop.com \
--to=nop@nop.com \
--cc=linux-mips@fnet.fr \
--cc=linux-mips@oss.sgi.com \
--cc=mfklar@ponymail.com \
--cc=nop@place.org \
--cc=ralf@oss.sgi.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