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] df1e3e: Revert "Fix breakage from sed_r change in some aux...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: df1e3e32cfb7cf09e4636b08eeffb53181ca1e83
      https://github.com/crosstool-ng/crosstool-ng/commit/df1e3e32cfb7cf09e4636b08eeffb53181ca1e83
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M scripts/addToolVersion.sh
    M scripts/patch-renumber.sh
    M scripts/populate.in
    M scripts/saveSample.sh.in
    M scripts/xldd.in

  Log Message:
  -----------
  Revert "Fix breakage from sed_r change in some auxiliary scripts"

This reverts commit 5ea3f2967f105713ec0c707b4f3da9519912f9d0.


  Commit: 59bab98b2de061f395dc81f9a31157b4b1f9de91
      https://github.com/crosstool-ng/crosstool-ng/commit/59bab98b2de061f395dc81f9a31157b4b1f9de91
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M Makefile.in
    M configure.ac
    M kconfig/Makefile
    M scripts/addToolVersion.sh
    M scripts/build/arch.sh
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/100-gcc.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/debug/duma.in
    M scripts/build/internals.sh
    M scripts/build/kernel/linux.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/test_suite/gcc.sh
    M scripts/crosstool-NG.sh.in
    M scripts/functions
    M scripts/gen_in_frags.sh
    M scripts/patch-renumber.sh
    M scripts/populate.in
    M scripts/saveSample.sh.in
    M scripts/showSamples.sh
    M scripts/xldd.in

  Log Message:
  -----------
  Revert "Determine whether -E/-r option selects extended regexp"

This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93.


  Commit: 2dae1cf81619606b133888675d5ebf1b688d9d7c
      https://github.com/crosstool-ng/crosstool-ng/commit/2dae1cf81619606b133888675d5ebf1b688d9d7c
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-26 (Sun, 26 Feb 2017)

  Changed paths:
    M Makefile.in
    M configure.ac
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/crosstool-NG.sh.in
    M scripts/functions
    M scripts/patch-renumber.sh
    M scripts/saveSample.sh.in

  Log Message:
  -----------
  Require GNU sed

After much struggling with macos (BSD) sed and even getting everything
work in crosstool-ng itself, I had to abandon that because some
components rely on GNU syntax. Specifically, GNU libc uses '/.../{H;g}'
(note absense of the separator after 'g').

So, revert the -r/-E detection and check for sed's being of GNU origin.
MacOS people, sorry, but you'd have to install GNU sed.

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


  Commit: b3c23b7fdb62f396d47f46d8e3908725570d4acd
      https://github.com/crosstool-ng/crosstool-ng/commit/b3c23b7fdb62f396d47f46d8e3908725570d4acd
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Sed version may be reported differently

Either "GNU sed, version" or "gsed (GNU sed)".

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


  Commit: 1ec5e7aa3400b534264ba1c2fa3949dc6a2cca90
      https://github.com/crosstool-ng/crosstool-ng/commit/1ec5e7aa3400b534264ba1c2fa3949dc6a2cca90
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-27 (Mon, 27 Feb 2017)

  Changed paths:
    M Makefile.in
    M configure.ac
    M kconfig/Makefile
    M scripts/addToolVersion.sh
    M scripts/build/arch.sh
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/100-gcc.sh
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/debug/duma.in
    M scripts/build/internals.sh
    M scripts/build/kernel/linux.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/test_suite/gcc.sh
    M scripts/crosstool-NG.sh.in
    M scripts/functions
    M scripts/gen_in_frags.sh
    M scripts/patch-renumber.sh
    M scripts/populate.in
    M scripts/saveSample.sh.in
    M scripts/showSamples.sh
    M scripts/xldd.in

  Log Message:
  -----------
  Merge pull request #618 from stilor/revert-sed-require-gnu-sed

Require GNU sed on macos


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/85ae00c1a633...1ec5e7aa3400

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