This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] 202ca9: Upgrade uClibc-ng to 1.0.14.


  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
--
For unsubscribe information see http://sourceware.org/lists.html#faq

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]