public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Bryan Hundven <bryanhundven@gmail.com>
To: crossgcc@sourceware.org
Subject: [crosstool-ng/crosstool-ng] 202ca9: Upgrade uClibc-ng to 1.0.14.
Date: Thu, 06 Oct 2016 17:06:00 -0000	[thread overview]
Message-ID: <57f6847ba4e53_5a523fa9d9c0513052984@hookshot-fe5-cp1-prd.iad.github.net.mail> (raw)

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

  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 202ca9b7d4fcf06e19af34c8718353aa8ffe41f8
      https://github.com/crosstool-ng/crosstool-ng/commit/202ca9b7d4fcf06e19af34c8718353aa8ffe41f8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in
    R patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch

  Log Message:
  -----------
  Upgrade uClibc-ng to 1.0.14.

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


  Commit: f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332
      https://github.com/crosstool-ng/crosstool-ng/commit/f35c62daf0b4c6eaa50ef3d51499b6c5c4e24332
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in
    M scripts/addToolVersion.sh

  Log Message:
  -----------
  Add uClibc-ng 1.0.17.

Also, support uClibc-ng in addToolVersion.sh

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


  Commit: 2cb1b851c231723f7007ca5adbbbbcc997ff85cc
      https://github.com/crosstool-ng/crosstool-ng/commit/2cb1b851c231723f7007ca5adbbbbcc997ff85cc
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M samples/sparc-leon-linux-uclibc/crosstool.config
    R samples/sparc-leon-linux-uclibc/uClibc-1.0.12.config
    A samples/sparc-leon-linux-uclibc/uClibc.config

  Log Message:
  -----------
  Make sparc-leon-linux-uclibc "version neutral".

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


  Commit: 03730997ae01710a55988d6129d937c21eb24608
      https://github.com/crosstool-ng/crosstool-ng/commit/03730997ae01710a55988d6129d937c21eb24608
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in

  Log Message:
  -----------
  GC uClibc 1.0.14.

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


  Commit: 8121be5b217d1b354db856f8c4ca1b94ce7cffd4
      https://github.com/crosstool-ng/crosstool-ng/commit/8121be5b217d1b354db856f8c4ca1b94ce7cffd4
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in
    M config/libc/uClibc.in.2
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Fix m68k with uClibc-ng >= 1.0.15.

1.0.15 only kept a single LINUXTHREADS option, and renamed it, making it
no longer option-compatible with uClibc.

The option for "1.0.14 or later" version of uClibc-ng is not currently
used; rename it to "1.0.15 or later" and use it to handle newer
uClibc-ng's linuxthreads.

m68k happens to be the only sample using linuxthreads.

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


  Commit: 1cb9253dd76ddc93082952c580b2512ff600d9fd
      https://github.com/crosstool-ng/crosstool-ng/commit/1cb9253dd76ddc93082952c580b2512ff600d9fd
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-04 (Tue, 04 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in

  Log Message:
  -----------
  uClibc-ng pushes new releases faster than we merge them in!

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


  Commit: 1d43ed3151e184452ce97ba1a326b2027f0dc208
      https://github.com/crosstool-ng/crosstool-ng/commit/1d43ed3151e184452ce97ba1a326b2027f0dc208
  Author: Alexey Neyman <stilor@att.net>
  Date:   2016-10-05 (Wed, 05 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in

  Log Message:
  -----------
  Restore 1.0.17 and make 1.0.18 experimental.

1.0.18 changed the dependencies for the static libraries, notably
in libc/Makefile.in. This resulted in packing a lot of unrelated
stuff into libc.a, including (sic!) a nested .a library and stuff
from other libraries such as libdl. This results in a failure to
statically link with thus created libc.a:

.../libc.a(libdl.os):(.literal+0x74): undefined reference to `_dl_tlsdesc_return'

This was breaking xtensa-*-uclibc sample.

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


  Commit: df5a341e592fe162999ed9be6da3fb67eb885f12
      https://github.com/crosstool-ng/crosstool-ng/commit/df5a341e592fe162999ed9be6da3fb67eb885f12
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-10-06 (Thu, 06 Oct 2016)

  Changed paths:
    M config/libc/uClibc.in
    M config/libc/uClibc.in.2
    R patches/uClibc-ng/1.0.12/100-provide-_obstack_free.patch
    M samples/sparc-leon-linux-uclibc/crosstool.config
    R samples/sparc-leon-linux-uclibc/uClibc-1.0.12.config
    A samples/sparc-leon-linux-uclibc/uClibc.config
    M scripts/addToolVersion.sh
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Merge pull request #391 from stilor/uclibc-1.0.14

Upgrade uClibc-ng to 1.0.17 (1.0.18 has issues - marked experimental)


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/3ec2211548a8...df5a341e592f

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

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

                 reply	other threads:[~2016-10-06 17:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=57f6847ba4e53_5a523fa9d9c0513052984@hookshot-fe5-cp1-prd.iad.github.net.mail \
    --to=bryanhundven@gmail.com \
    --cc=crossgcc@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).