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] 10972b: binutils: make symlinks in a consistent way


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 10972baa20e2d96e77204a6d48839dc0d4f21d77
      https://github.com/crosstool-ng/crosstool-ng/commit/10972baa20e2d96e77204a6d48839dc0d4f21d77
  Author: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
  Date:   2016-09-13 (Tue, 13 Sep 2016)

  Changed paths:
    M scripts/build/binutils/binutils.sh

  Log Message:
  -----------
  binutils: make symlinks in a consistent way

On the stage "core gcc pass-2" the following layout is created:

1) buildtools/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
2) buildtools/TARGET/bin/{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
3) x-tools/TARGET/bin/TARGET-{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}
4) x-tools/TARGET/TARGET/bin{ar,as,elf2flt,flthdr,ld,ld.bfd,ranlib,strip}

where both (1) and (2) are symlinks to (3). This effectively renders
core pass-2 gcc with elf2flt linker unusable.

Related elf2flt discussion:
https://github.com/crosstool-ng/crosstool-ng/pull/443

Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>


  Commit: a24f06337c9efeea250916529c1c11e4f8b53932
      https://github.com/crosstool-ng/crosstool-ng/commit/a24f06337c9efeea250916529c1c11e4f8b53932
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2016-09-17 (Sat, 17 Sep 2016)

  Changed paths:
    M scripts/build/binutils/binutils.sh

  Log Message:
  -----------
  Merge pull request #448 from KirillSmirnov/binutils-symlinks

binutils: make symlinks in a consistent way


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/290ae52db3cc...a24f06337c9e
--
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]