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] c27ab6: binutils: Gold conflicts with Static Toolchain


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: c27ab65e45468088e7ab6a99555b3b39caee2461
      https://github.com/crosstool-ng/crosstool-ng/commit/c27ab65e45468088e7ab6a99555b3b39caee2461
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M config/binutils/binutils.in

  Log Message:
  -----------
  binutils: Gold conflicts with Static Toolchain

The gold linker cannot currently be built in a static toolchain build.
This may get fixed in a future version of crosstool-NG.

Also, there is a bit of weirdness here. versions of binutils >= 2.21
have GOLD (BINUTILS_HAS_GOLD), but that doesn't mean it should be used.
For instance, if the architecture is not supported.

So with that, we create a new hidden option: BINUTILS_GOLD_SUPPORT
Which in turn depends on BINUTILS_GOLD_SUPPORTS_ARCH, BINUTILS_HAS_GOLD,
and not STATIC_TOOLCHAIN... then replace anything that previously
depended on BINUTILS_HAS_GOLD with our new BINUTILS_GOLD_SUPPORT option.

This closes #210

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>


  Commit: 7bcc61dd64ee231080fd4f82b8715e376d33a6e2
      https://github.com/crosstool-ng/crosstool-ng/commit/7bcc61dd64ee231080fd4f82b8715e376d33a6e2
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-10-20 (Tue, 20 Oct 2015)

  Changed paths:
    M config/binutils/binutils.in

  Log Message:
  -----------
  Merge pull request #213 from bhundven/binutils_gold_conflicts_with_static_toolchain

binutils: Gold conflicts with Static Toolchain


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f34d1a93f166...7bcc61dd64ee
--
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]