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] a02497: Duh! do not override ${cflags}


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: a0249703fd628fc0a74f6a7505b2be8acd9084ca
      https://github.com/crosstool-ng/crosstool-ng/commit/a0249703fd628fc0a74f6a7505b2be8acd9084ca
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
    M scripts/build/cc/gcc.sh

  Log Message:
  -----------
  Duh! do not override ${cflags}

... in the backend function with ${CFLAGS_FOR_HOST}. The caller either
supplies them already, or (in case of pass-1/2 of the canadian cross)
passes ${CFLAGS_FOR_BUILD} there.

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


  Commit: 865171abc7bc468a577987725303ac9b8c580e52
      https://github.com/crosstool-ng/crosstool-ng/commit/865171abc7bc468a577987725303ac9b8c580e52
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Stash the uClibc config after our mods

... before running `make olddefconfig`. This helps in debugging.

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


  Commit: 16efa9d3e7d2fcbfd0971062d7b17bd5709d41fd
      https://github.com/crosstool-ng/crosstool-ng/commit/16efa9d3e7d2fcbfd0971062d7b17bd5709d41fd
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-02-19 (Tue, 19 Feb 2019)

  Changed paths:
    M scripts/functions

  Log Message:
  -----------
  Add debug output to Kconfig manipulation functions

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


  Commit: 8088c6ef4733d0b9fff9cd538c7f2c745434f149
      https://github.com/crosstool-ng/crosstool-ng/commit/8088c6ef4733d0b9fff9cd538c7f2c745434f149
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-02-20 (Wed, 20 Feb 2019)

  Changed paths:
    M scripts/build/libc/uClibc.sh

  Log Message:
  -----------
  Select flat/FDPIC in accordance with ct-ng setting

uClibc-ng 1.0.31 enabled FDPIC as an option for ARM/no-MMU
configurations and defaults to that option if not set explicitly.

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


  Commit: 9627a041d25e56de06c4eab0ac4af72975b08113
      https://github.com/crosstool-ng/crosstool-ng/commit/9627a041d25e56de06c4eab0ac4af72975b08113
  Author: Alexey Neyman <stilor@att.net>
  Date:   2019-02-20 (Wed, 20 Feb 2019)

  Changed paths:
    M scripts/build/cc/gcc.sh
    M scripts/build/libc/uClibc.sh
    M scripts/functions

  Log Message:
  -----------
  Merge pull request #1143 from stilor/rc2-fixes-2

RC2 fixes, part 2


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/7d621cd831e4...9627a041d25e


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