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] 6f8e89: consistency: Use exported variables of required to...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e
      https://github.com/crosstool-ng/crosstool-ng/commit/6f8e89cb5ca061e899bf3feaaf3fecf30d366c3e
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/100-gcc.sh
    M scripts/build/companion_libs/100-gmp.sh
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/build/companion_libs/120-ppl.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/200-libelf.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/companion_tools/050-make.sh
    M scripts/build/companion_tools/100-m4.sh
    M scripts/build/companion_tools/200-autoconf.sh
    M scripts/build/companion_tools/300-automake.sh
    M scripts/build/companion_tools/400-libtool.sh
    M scripts/build/debug/000-template.sh
    M scripts/build/debug/100-dmalloc.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/debug/400-ltrace.sh
    M scripts/build/debug/500-strace.sh
    M scripts/build/internals.sh
    M scripts/build/kernel/linux.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/libc/mingw.sh
    M scripts/build/libc/musl.sh
    M scripts/build/libc/newlib.sh
    M scripts/build/libc/uClibc.sh
    M scripts/build/test_suite/gcc.sh
    M scripts/crosstool-NG.sh.in
    M scripts/functions
    M scripts/populate.in
    M scripts/xldd.in

  Log Message:
  -----------
  consistency: Use exported variables of required tools

We check for apps:

* make
* sed
* grep
* awk
* libtool/libtoolize
* install
* patch
* and more

...during configure. Our scripts should be consistent about using the
variables that define where the found tool was found.

Of course, we do hard-link these tools in buildtools, but that should be
a backup for the components we are building. Our scripts should always
use the tools we find.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: 3c1d8625e60e31ed073beb247eaf934364a36957
      https://github.com/crosstool-ng/crosstool-ng/commit/3c1d8625e60e31ed073beb247eaf934364a36957
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-17 (Tue, 17 Nov 2015)

  Changed paths:
    M scripts/build/binutils/binutils.sh
    M scripts/build/cc/100-gcc.sh
    M scripts/build/companion_libs/100-gmp.sh
    M scripts/build/companion_libs/110-mpfr.sh
    M scripts/build/companion_libs/120-ppl.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/200-libelf.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/companion_tools/050-make.sh
    M scripts/build/companion_tools/100-m4.sh
    M scripts/build/companion_tools/200-autoconf.sh
    M scripts/build/companion_tools/300-automake.sh
    M scripts/build/companion_tools/400-libtool.sh
    M scripts/build/debug/000-template.sh
    M scripts/build/debug/100-dmalloc.sh
    M scripts/build/debug/200-duma.sh
    M scripts/build/debug/300-gdb.sh
    M scripts/build/debug/400-ltrace.sh
    M scripts/build/debug/500-strace.sh
    M scripts/build/internals.sh
    M scripts/build/kernel/linux.sh
    M scripts/build/libc/avr-libc.sh
    M scripts/build/libc/glibc.sh
    M scripts/build/libc/mingw.sh
    M scripts/build/libc/musl.sh
    M scripts/build/libc/newlib.sh
    M scripts/build/libc/uClibc.sh
    M scripts/build/test_suite/gcc.sh
    M scripts/crosstool-NG.sh.in
    M scripts/functions
    M scripts/populate.in
    M scripts/xldd.in

  Log Message:
  -----------
  Merge pull request #268 from bhundven/consistent_usage_of_found_apps

consistency: Use exported variables of required tools


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/65fd24fc00b2...3c1d8625e60e
--
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]