public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples.
@ 2015-11-10  9:04 Bryan Hundven
  2015-11-10  9:11 ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bryan Hundven @ 2015-11-10  9:04 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1369 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 734d1ebf27b35a0c6c7ffa97b85016529c68fd61
      https://github.com/crosstool-ng/crosstool-ng/commit/734d1ebf27b35a0c6c7ffa97b85016529c68fd61
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-11-09 (Mon, 09 Nov 2015)

  Changed paths:
    A patches/uClibc/0.9.33.2/200-fix-kernel-3.4plus-build.patch

  Log Message:
  -----------
  Restore uClibc samples.

Commit 1a25115a1851d3defdf4d37825d8a291be078e53 deleted non-GCC related
files, including the patch for uClibc to compile with Linux kernels after
3.4.

uClibc 0.9.30 patches are not restored by this change (0.9.30 is broken
with recent kernels for multiple other breakages in addition to that; if
not retired, it needs to be fixed properly).

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 319c999f77872cb265004e5db5d30d502bc8a0a4
      https://github.com/crosstool-ng/crosstool-ng/commit/319c999f77872cb265004e5db5d30d502bc8a0a4
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-10 (Tue, 10 Nov 2015)

  Changed paths:
    A patches/uClibc/0.9.33.2/200-fix-kernel-3.4plus-build.patch

  Log Message:
  -----------
  Merge pull request #242 from stilor/fix-uclibc

Restore uClibc-based samples.


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/85b6b3394fc4...319c999f7787

[-- Attachment #2: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples.
  2015-11-10  9:04 [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples Bryan Hundven
@ 2015-11-10  9:11 ` Thomas Petazzoni
  2015-11-10  9:21   ` Bryan Hundven
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-11-10  9:11 UTC (permalink / raw)
  To: Bryan Hundven; +Cc: crossgcc

Bryan,

On Tue, 10 Nov 2015 01:04:16 -0800, Bryan Hundven wrote:

> Commit 1a25115a1851d3defdf4d37825d8a291be078e53 deleted non-GCC related
> files, including the patch for uClibc to compile with Linux kernels after
> 3.4.
> 
> uClibc 0.9.30 patches are not restored by this change (0.9.30 is broken
> with recent kernels for multiple other breakages in addition to that; if
> not retired, it needs to be fixed properly).

You should just remove support for any uClibc version that isn't the
latest. Even 0.9.33.2 is 3 years old.

Unless you want to support people who try to build a toolchain that has
a C library matching the one they have on their existing platform
(router, etc.). But it's a rather clunky exercise IMO.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples.
  2015-11-10  9:11 ` Thomas Petazzoni
@ 2015-11-10  9:21   ` Bryan Hundven
  2015-11-10  9:25     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bryan Hundven @ 2015-11-10  9:21 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1162 bytes --]

On Tue, 2015-11-10 at 10:11 +0100, Thomas Petazzoni wrote:
> Bryan,
> 
> On Tue, 10 Nov 2015 01:04:16 -0800, Bryan Hundven wrote:
> 
> > Commit 1a25115a1851d3defdf4d37825d8a291be078e53 deleted non-GCC
> > related
> > files, including the patch for uClibc to compile with Linux kernels
> > after
> > 3.4.
> > 
> > uClibc 0.9.30 patches are not restored by this change (0.9.30 is
> > broken
> > with recent kernels for multiple other breakages in addition to
> > that; if
> > not retired, it needs to be fixed properly).
> 
> You should just remove support for any uClibc version that isn't the
> latest. Even 0.9.33.2 is 3 years old.
> 
> Unless you want to support people who try to build a toolchain that
> has
> a C library matching the one they have on their existing platform
> (router, etc.). But it's a rather clunky exercise IMO.

Fair enough! I'm getting close to completing testing of uClibc-ng-
1.0.8. I'll remove 0.9.32.2 with the "version bump". ;)

If users of crosstool-ng really need an older version of uClibc, they
can always use an older branch of crosstool-ng!

> Best regards,
> 
> Thomas

Cheers,

-Bryan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples.
  2015-11-10  9:21   ` Bryan Hundven
@ 2015-11-10  9:25     ` Thomas Petazzoni
  2015-11-10  9:29       ` Bryan Hundven
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2015-11-10  9:25 UTC (permalink / raw)
  To: Bryan Hundven; +Cc: crossgcc

Dear Bryan Hundven,

On Tue, 10 Nov 2015 01:20:49 -0800, Bryan Hundven wrote:

> Fair enough! I'm getting close to completing testing of uClibc-ng-
> 1.0.8. I'll remove 0.9.32.2 with the "version bump". ;)

If any version of uClibc should be kept, it's 0.9.33.2. I was mainly
talking about all the older versions.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples.
  2015-11-10  9:25     ` Thomas Petazzoni
@ 2015-11-10  9:29       ` Bryan Hundven
  0 siblings, 0 replies; 5+ messages in thread
From: Bryan Hundven @ 2015-11-10  9:29 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: crossgcc

[-- Attachment #1: Type: text/plain, Size: 447 bytes --]

On Tue, 2015-11-10 at 10:25 +0100, Thomas Petazzoni wrote:
> Dear Bryan Hundven,
> 
> On Tue, 10 Nov 2015 01:20:49 -0800, Bryan Hundven wrote:
> 
> > Fair enough! I'm getting close to completing testing of uClibc-ng-
> > 1.0.8. I'll remove 0.9.32.2 with the "version bump". ;)
> 
> If any version of uClibc should be kept, it's 0.9.33.2. I was mainly
> talking about all the older versions.

Ah, ok. So it stays :)

> Thomas

-Bryan

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-10  9:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-10  9:04 [crosstool-ng/crosstool-ng] 734d1e: Restore uClibc samples Bryan Hundven
2015-11-10  9:11 ` Thomas Petazzoni
2015-11-10  9:21   ` Bryan Hundven
2015-11-10  9:25     ` Thomas Petazzoni
2015-11-10  9:29       ` Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).