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] 7bcf18: Determine whether -E/-r option selects extended re...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 7bcf18bfab84374d3305c7a088f95ac1219ddf93
      https://github.com/crosstool-ng/crosstool-ng/commit/7bcf18bfab84374d3305c7a088f95ac1219ddf93
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-13 (Mon, 13 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:
  -----------
  Determine whether -E/-r option selects extended regexp

... and then use the right option. See the note in scripts/functions
on where we should use ${foo} and where just 'foo'; this boils down to
whether we can expect the build tools override to be in effect (e.g. in
the actual build scripts) or not (i.e. outside of scripts/build).
While running in scripts/functions, or in scripts/crosstool-NG.sh the
build tools override directory (.build/tools/bin) may have not been
set up (yet, or at all).

Also, modify the installed scripts (populate, xldd) accordingly.

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


  Commit: 2f052394a5376fe90c240972e2cb8f8abcc7267c
      https://github.com/crosstool-ng/crosstool-ng/commit/2f052394a5376fe90c240972e2cb8f8abcc7267c
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-02-15 (Wed, 15 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:
  -----------
  Merge pull request #596 from stilor/sed-vs-gsed

Determine whether -E/-r option selects extended regexp


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/fbc69323085e...2f052394a537

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