[crosstool-ng/crosstool-ng] 7b3821: Fix powerpc-e500v2-linux-gnuspe.

Bryan Hundven bryanhundven@gmail.com
Tue Oct 20 03:08:00 GMT 2015


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

  Changed paths:
    M samples/powerpc-e500v2-linux-gnuspe/crosstool.config

  Log Message:
  -----------
  Fix powerpc-e500v2-linux-gnuspe.

Options were renamed. However, matching current option names result
in a compile error for strfmon_l.o in glibc: GCC 4.6 detects an
unitialized variable in its own va_arg() implementation. Likely,
an older GLIBC was used when this sample was submitted - which did
not provide -Werror in CFLAGS.

Thus, use most recent GCC (5.2.0) and revert GLIBC_FORCE_UNWIND to
its default value, 'y' (as forced unwind is required with this version).


  Commit: 5211d68d082f6a21ea7e01149083d6b0ea505cf8
      https://github.com/crosstool-ng/crosstool-ng/commit/5211d68d082f6a21ea7e01149083d6b0ea505cf8
  Author: Alexey Neyman <stilor@att.net>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M samples/powerpc-e500v2-linux-gnuspe/crosstool.config

  Log Message:
  -----------
  Use dedicated option for 128-bit long double.


  Commit: 720e0b4a1e2561ec686694135ea13cd7a6a13bb9
      https://github.com/crosstool-ng/crosstool-ng/commit/720e0b4a1e2561ec686694135ea13cd7a6a13bb9
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-10-19 (Mon, 19 Oct 2015)

  Changed paths:
    M samples/powerpc-e500v2-linux-gnuspe/crosstool.config

  Log Message:
  -----------
  Merge pull request #201 from stilor/powerpc-e500v2

Fix option names in powerpc-e500v2 sample.


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/4c6c7fdea0d9...720e0b4a1e25
-------------- next part --------------
--
For unsubscribe information see http://sourceware.org/lists.html#faq


More information about the crossgcc mailing list