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] f001b0: darwin-host: Three build fixes for binutils 2.25{,...


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: f001b0605ec78096c78793aafca6d58fa74d47ab
      https://github.com/crosstool-ng/crosstool-ng/commit/f001b0605ec78096c78793aafca6d58fa74d47ab
  Author: Ray Donnelly <mingw.android@gmail.com>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

  Changed paths:
    A patches/binutils/2.25.1/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
    A patches/binutils/2.25.1/350-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch
    A patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
    A patches/binutils/2.25/350-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch

  Log Message:
  -----------
  darwin-host: Three build fixes for binutils 2.25{,.1}

1. Need to include <string> not <cstring> in gold's binary.cc
2. wcsncasecmp isn't always defined in Mac SDK
3. PTHREAD_ONCE_INIT is {0x30B1BCBA, {0}}, so can't be trivially
    assigned in an intializer list.

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>


  Commit: b0743fdcda5e203c5b379d6b78a8adb74c4084ff
      https://github.com/crosstool-ng/crosstool-ng/commit/b0743fdcda5e203c5b379d6b78a8adb74c4084ff
  Author: Ray Donnelly <mingw.android@gmail.com>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

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

  Log Message:
  -----------
  Clang: Use {C,CXX}FLAG -fbracket-depth=512 for GCC build

https://llvm.org/bugs/show_bug.cgi?id=19650
https://gcc.gnu.org/ml/gcc/2014-05/msg00014.html

Signed-off-by: Ray Donnelly <mingw.android@gmail.com>


  Commit: 49cdcd16f24ee387e5816812c7b6612f58e1d465
      https://github.com/crosstool-ng/crosstool-ng/commit/49cdcd16f24ee387e5816812c7b6612f58e1d465
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-11-22 (Sun, 22 Nov 2015)

  Changed paths:
    A patches/binutils/2.25.1/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
    A patches/binutils/2.25.1/350-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch
    A patches/binutils/2.25/340-Darwin-gold-binary-cc-include-string-not-cstring.patch
    A patches/binutils/2.25/350-Darwin-Two-fixes-from-Android-NDK-PTHREAD_ONCE_INIT-wcsncasecmp.patch
    M scripts/build/cc/100-gcc.sh

  Log Message:
  -----------
  Merge pull request #283 from diorcety-ctng/osx-build-2

Fixes binutils and gold (raspi2 sample builds ok if you disable the static toolchain options)


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/ead1358ae5da...49cdcd16f24e
--
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]