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] 6cdf0d: Use CHOST instead of CROSS_PREFIX


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 6cdf0df01be9bd4befd9509df07354c0f4461a32
      https://github.com/crosstool-ng/crosstool-ng/commit/6cdf0df01be9bd4befd9509df07354c0f4461a32
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

  Changed paths:
    M scripts/build/companion_libs/050-zlib.sh

  Log Message:
  -----------
  Use CHOST instead of CROSS_PREFIX

The latter does not prevent zlib's configure from overriding 'AR' with
/usr/bin/libtool on macos, and that breaks canadian crosses.

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


  Commit: b3b94e4807f4048ce924c9f1776a1bd2df740d0b
      https://github.com/crosstool-ng/crosstool-ng/commit/b3b94e4807f4048ce924c9f1776a1bd2df740d0b
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-03-06 (Mon, 06 Mar 2017)

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

  Log Message:
  -----------
  Only add clang-specific flags to clang

I.e., only to CFLAGS_FOR_BUILD if the build is canadian.

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


  Commit: 456cccc0a7b4410088ac22b6473dfda94a83bc86
      https://github.com/crosstool-ng/crosstool-ng/commit/456cccc0a7b4410088ac22b6473dfda94a83bc86
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-03-07 (Tue, 07 Mar 2017)

  Changed paths:
    M scripts/build/cc/100-gcc.sh
    M scripts/build/companion_libs/050-zlib.sh

  Log Message:
  -----------
  Merge pull request #634 from stilor/macos-canadian

A couple of fixes for canadian samples on macos


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ea7f559ef4f4...456cccc0a7b4

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