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] 80cbfb: Make show-config consistent with sample name.


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 80cbfb9da7bfc02fdd5c6256e3f51182eb811e17
      https://github.com/crosstool-ng/crosstool-ng/commit/80cbfb9da7bfc02fdd5c6256e3f51182eb811e17
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M scripts/showSamples.sh

  Log Message:
  -----------
  Make show-config consistent with sample name.

'ct-ng show-config' will prepend host for canadian builds; otherwise,
the name is different from the name used to configure the build
(and indistinguishable from a simple cross).

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


  Commit: e71f0db6e340192b149a74a4a99058091e8455fa
      https://github.com/crosstool-ng/crosstool-ng/commit/e71f0db6e340192b149a74a4a99058091e8455fa
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    A samples/i686-w64-mingw32,nios2-spico-elf/crosstool.config
    A samples/i686-w64-mingw32,nios2-spico-elf/reported.by
    R samples/nios2-elf-mingw32/crosstool.config
    R samples/nios2-elf-mingw32/reported.by

  Log Message:
  -----------
  Rename nios2 sample to match the naming convention.

With current name, 'make saveconfig' is broken for this sample. Also, it
is confusing to have a sample named 'nios2-elf-mingw32' while show-tuple
refers to it as 'nios2-spico-elf' and saveconfig attempts to save it
into 'i686-w64-mingw32,nios2-spico-elf'.

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


  Commit: a9e6606e5351f69355edb72dc2b1ac84fd58e514
      https://github.com/crosstool-ng/crosstool-ng/commit/a9e6606e5351f69355edb72dc2b1ac84fd58e514
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M samples/samples.mk

  Log Message:
  -----------
  Make build-all non-interactive.

'make oldconfig' results in asking the user about options not explicitly
set in the defconfig. Instead of copying, run 'conf --defconfig', as in
the normal sample's build sequence. Also, invoke 'conf --oldconfig'
directly, with a -s option, to avoid spamming with useless
"configuration written to .config" messages.

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


  Commit: 1d6bed6254ac819ef7b6deb653053024311ec5be
      https://github.com/crosstool-ng/crosstool-ng/commit/1d6bed6254ac819ef7b6deb653053024311ec5be
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M scripts/functions

  Log Message:
  -----------
  Only create backtrace stamp if dir exists.

If the build is aborted before the working directory is created,
there's also an induced error message about inability to create
a 'backtrace' file. But in that case, there is no subshells executing
yet.

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


  Commit: b36e00212458309335f939cda6ba92de94068dec
      https://github.com/crosstool-ng/crosstool-ng/commit/b36e00212458309335f939cda6ba92de94068dec
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M samples/samples.mk

  Log Message:
  -----------
  Avoid commas in autogenerated CT_PREFIX_DIR.

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


  Commit: aba43b63d31f94ec9598a3e0e5008f25a82b64fd
      https://github.com/crosstool-ng/crosstool-ng/commit/aba43b63d31f94ec9598a3e0e5008f25a82b64fd
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M samples/samples.mk

  Log Message:
  -----------
  Order the samples in build-all.

First, build cross samples (indicated by lack of comma in their names);
then, build canadian cross samples (and, when they are supported,
cross-native). While building canadian cross, set up the path to the
build-to-host cross if it was built previously.

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


  Commit: 41891506f6869526d46e96ff23d3b7b8f7ed96c9
      https://github.com/crosstool-ng/crosstool-ng/commit/41891506f6869526d46e96ff23d3b7b8f7ed96c9
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M samples/samples.mk

  Log Message:
  -----------
  Do not stop build-all after a failed sample.

Instead, continue until the end and provide a summary (PASS/XFAIL/FAIL)
at the end. If there are any FAILs, exit with code 1.

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


  Commit: ce588c01d854ec5f3a8c2d180edc40b592ac2a2d
      https://github.com/crosstool-ng/crosstool-ng/commit/ce588c01d854ec5f3a8c2d180edc40b592ac2a2d
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M .gitignore

  Log Message:
  -----------
  Add new temp directory to .gitignore.

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


  Commit: 1ad356c1789523ea7124108db8fd4b834e50558d
      https://github.com/crosstool-ng/crosstool-ng/commit/1ad356c1789523ea7124108db8fd4b834e50558d
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M ct-ng.in

  Log Message:
  -----------
  Clean up new .build-all directory.

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


  Commit: 5844514e74eac69b71c1e1661676dd88e4450610
      https://github.com/crosstool-ng/crosstool-ng/commit/5844514e74eac69b71c1e1661676dd88e4450610
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M config/config.mk
    M ct-ng.in
    M kconfig/kconfig.mk
    M samples/samples.mk
    M scripts/scripts.mk

  Log Message:
  -----------
  Fix samples using GMP 4.3.2.

Some older versions of configure (including the one in GMP 4.3.2)
interpret the $ECHO environment variable as the `echo' utility to
use. CT-NG sets the variable to `:' and exports it if V=0 or V=1
is supplied, breaking the samples using such configure. This currently
includes bfin-unknown-linux-uclibc and powerpc-unknown-linux-uclibc.

Also, correct the description of the V= variable - V=0 is *not* the
default; in fact, default does not correspond to any of the V=[012]
values.

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


  Commit: b2f8afef8532247c60764fffc938898903c06a4c
      https://github.com/crosstool-ng/crosstool-ng/commit/b2f8afef8532247c60764fffc938898903c06a4c
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-30 (Fri, 30 Oct 2015)

  Changed paths:
    M scripts/functions

  Log Message:
  -----------
  Interpret escape sequences in CT_DoLog.

Otherwise, CT_Abort messages with \n are not displayed properly.

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


  Commit: 85f98147f57b3001282fc0365be245b9c81a3a16
      https://github.com/crosstool-ng/crosstool-ng/commit/85f98147f57b3001282fc0365be245b9c81a3a16
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-04 (Wed, 04 Nov 2015)

  Changed paths:
    M .gitignore
    M config/config.mk
    M ct-ng.in
    M kconfig/kconfig.mk
    A samples/i686-w64-mingw32,nios2-spico-elf/crosstool.config
    A samples/i686-w64-mingw32,nios2-spico-elf/reported.by
    R samples/nios2-elf-mingw32/crosstool.config
    R samples/nios2-elf-mingw32/reported.by
    M samples/samples.mk
    M scripts/functions
    M scripts/scripts.mk
    M scripts/showSamples.sh

  Log Message:
  -----------
  Merge pull request #233 from stilor/fix-build-all

Fix build-all


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/5ffc9ecd10de...85f98147f57b
--
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]