public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [crosstool-ng/crosstool-ng] 586e30: Only create ${CT_TARGET}-cc${ext} symlink if ${CT_...
@ 2015-04-07 19:13 Bryan Hundven
  0 siblings, 0 replies; only message in thread
From: Bryan Hundven @ 2015-04-07 19:13 UTC (permalink / raw)
  To: crossgcc

[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 586e30f7267fd284b89a0b4419dc5b97a40d3b0f
      https://github.com/crosstool-ng/crosstool-ng/commit/586e30f7267fd284b89a0b4419dc5b97a40d3b0f
  Author: Johannes Pfau <johannespfau@gmail.com>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Only create ${CT_TARGET}-cc${ext} symlink if ${CT_TARGET}-gcc exists

Without this canadion cross builds create invalid symlinks:
When the code in do_cc_core_backend is called there is no
${CT_TARGET}-gcc in the install directory. Therefore ext is empty and
we create a link to ${CT_TARGET}-gcc. The final compiler
step then installs ${CT_TARGET}-gcc.exe and creates a working
${CT_TARGET}-cc.exe symlink but we still keep the invalid link
as well.

Signed-off-by: Johannes Pfau <johannespfau@gmail.com>


  Commit: f54c5f674f618f0b57974857865d1e7b8e5a3916
      https://github.com/crosstool-ng/crosstool-ng/commit/f54c5f674f618f0b57974857865d1e7b8e5a3916
  Author: Bryan Hundven <bryanhundven@gmail.com>
  Date:   2015-04-07 (Tue, 07 Apr 2015)

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

  Log Message:
  -----------
  Merge pull request #64 from jpf91/fixSymlink

Only create ${CT_TARGET}-cc${ext} symlink if ${CT_TARGET}-gcc exists


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/95ef22033ece...f54c5f674f61

[-- Attachment #2: Type: text/plain, Size: 71 bytes --]

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-04-07 19:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-07 19:13 [crosstool-ng/crosstool-ng] 586e30: Only create ${CT_TARGET}-cc${ext} symlink if ${CT_ Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).