[crosstool-ng/crosstool-ng] 4a0a49: Use explicit revision in xtensa-fsf-elf

Alexey Neyman noreply@github.com
Mon Apr 8 15:11:00 GMT 2019


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 4a0a49081143c53a3ff994c478f1a8ec435d8685
      https://github.com/crosstool-ng/crosstool-ng/commit/4a0a49081143c53a3ff994c478f1a8ec435d8685
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M samples/xtensa-fsf-elf/crosstool.config

  Log Message:
  -----------
  Use explicit revision in xtensa-fsf-elf

So that the build does not depend on internet connectivity.

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


  Commit: 5e82ca9e3d39d022ab5dd8558d4543e2684863a8
      https://github.com/crosstool-ng/crosstool-ng/commit/5e82ca9e3d39d022ab5dd8558d4543e2684863a8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M config/debug/gdb.in.native

  Log Message:
  -----------
  Only build libinproctrace for *-linux-gnu targets

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


  Commit: cc3686ec2ff8e1e1d36cd2ea0b16922e0a441ed7
      https://github.com/crosstool-ng/crosstool-ng/commit/cc3686ec2ff8e1e1d36cd2ea0b16922e0a441ed7
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M scripts/build/debug/300-gdb.sh

  Log Message:
  -----------
  An artifact of merging native/gdbserver backends

... resulted in an attempt to build libinproctrace.so whenever any
of the {gdbserver, native gdb} was enabled.

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


  Commit: 31002a0c0a5c2efe3ed3861a012a44e4888bf3d2
      https://github.com/crosstool-ng/crosstool-ng/commit/31002a0c0a5c2efe3ed3861a012a44e4888bf3d2
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M config/global.in
    M maintainer/kconfig-versions.template
    M scripts/crosstool-NG.sh

  Log Message:
  -----------
  Add an ability to mark a configuration as invalid

... so that the build will fail early and predictably.

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


  Commit: c65df691de2209fd45688349fc46b46004212124
      https://github.com/crosstool-ng/crosstool-ng/commit/c65df691de2209fd45688349fc46b46004212124
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M config/arch/riscv.in

  Log Message:
  -----------
  Mark binutils/gdb requirements for RISC-V

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


  Commit: d4fd69d5f1348613c22c88031de84d7dafd7301f
      https://github.com/crosstool-ng/crosstool-ng/commit/d4fd69d5f1348613c22c88031de84d7dafd7301f
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M maintainer/kconfig-versions.template

  Log Message:
  -----------
  Change the "no viable version" check

... to make it easier to trace from `ct-ng menuconfig`.

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


  Commit: 19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf
      https://github.com/crosstool-ng/crosstool-ng/commit/19cc968f33e9fa6eea2082e2ac5a0ca6ef3390cf
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M config/debug/gdb.in.native

  Log Message:
  -----------
  Require WCHAR in uClibc for all GDB versions

if building natively. 7.12.1 and 7.11.1 are also breaking in absence of
<wctype.h>

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


  Commit: a34f7e81ae93ed50a491e68d526a41e8b3a135a6
      https://github.com/crosstool-ng/crosstool-ng/commit/a34f7e81ae93ed50a491e68d526a41e8b3a135a6
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M config/arch/riscv.in

  Log Message:
  -----------
  Only select GDB version if GDB is enabled

... which fixes a bogus warning when configuration without GDB is
loaded.

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


  Commit: f9b57cc78a9ba496942743046a0d640a3daed026
      https://github.com/crosstool-ng/crosstool-ng/commit/f9b57cc78a9ba496942743046a0d640a3daed026
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M config/cc/gcc.in

  Log Message:
  -----------
  Enable zlib companion lib if building LTO

While we may use build machine's library when building a simple cross,
we won't have it for the host machine in a canadian build. Until there
are separate selectables for the build/host components, just build our
own local zlib.

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


  Commit: 8e24bb22d0f5f35c97af75bffbe3ebf052604c9e
      https://github.com/crosstool-ng/crosstool-ng/commit/8e24bb22d0f5f35c97af75bffbe3ebf052604c9e
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M Makefile.am
    M bootstrap

  Log Message:
  -----------
  Do not include config/configure.in into the release tarball

Fixes #1176

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


  Commit: 693d3943b10665b99a31ab1f3b4058fb4b3a32d1
      https://github.com/crosstool-ng/crosstool-ng/commit/693d3943b10665b99a31ab1f3b4058fb4b3a32d1
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-04 (Thu, 04 Apr 2019)

  Changed paths:
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/gcc.sh
    M scripts/build/companion_libs/050-zlib.sh
    M scripts/build/companion_libs/100-gmp.sh
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/build/companion_libs/121-isl.sh
    M scripts/build/companion_libs/130-cloog.sh
    M scripts/build/companion_libs/140-mpc.sh
    M scripts/build/companion_libs/210-expat.sh
    M scripts/build/companion_libs/220-ncurses.sh
    M scripts/build/companion_libs/320-libiconv.sh
    M scripts/build/companion_libs/330-gettext.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/libc/mingw-w64.sh
    M scripts/build/libc/musl.sh
    M scripts/build/libc/newlib.sh
    M scripts/build/libc/uClibc.sh
    M scripts/crosstool-NG.sh

  Log Message:
  -----------
  Rename JOBSFLAGS -> CT_JOBSFLAGS

... so that it is saved/restored when restarting the build.

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


  Commit: 51f1db5c0aed562caf6d195ee5d3666ee33cc0ad
      https://github.com/crosstool-ng/crosstool-ng/commit/51f1db5c0aed562caf6d195ee5d3666ee33cc0ad
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-04-05 (Fri, 05 Apr 2019)

  Changed paths:
    M Makefile.am
    M bootstrap
    M config/arch/riscv.in
    M config/cc/gcc.in
    M config/debug/gdb.in.native
    M config/global.in
    M maintainer/kconfig-versions.template
    M samples/xtensa-fsf-elf/crosstool.config
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/gcc.sh
    M scripts/build/companion_libs/050-zlib.sh
    M scripts/build/companion_libs/100-gmp.sh
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/build/companion_libs/121-isl.sh
    M scripts/build/companion_libs/130-cloog.sh
    M scripts/build/companion_libs/140-mpc.sh
    M scripts/build/companion_libs/210-expat.sh
    M scripts/build/companion_libs/220-ncurses.sh
    M scripts/build/companion_libs/320-libiconv.sh
    M scripts/build/companion_libs/330-gettext.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/libc/mingw-w64.sh
    M scripts/build/libc/musl.sh
    M scripts/build/libc/newlib.sh
    M scripts/build/libc/uClibc.sh
    M scripts/crosstool-NG.sh

  Log Message:
  -----------
  Merge pull request #1178 from stilor/master

Last fixes for 1.24.0


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ace18924a37d...51f1db5c0aed



More information about the crossgcc mailing list