mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Bruno Thomsen <bth@kamstrup.com>
To: "ptxdist@pengutronix.de" <ptxdist@pengutronix.de>
Cc: "Clemens Gruber [clemens.gruber@pqgruber.com]"
	<clemens.gruber@pqgruber.com>,
	"m.olbrich@pengutronix.de" <m.olbrich@pengutronix.de>
Subject: Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2016.06.0 released
Date: Tue, 28 Jun 2016 12:58:35 +0000	[thread overview]
Message-ID: <915054555B5659448ACF8A70E114824D025F73D7CE@Exchange2010.kamstrup.dk> (raw)
In-Reply-To: <20160622144341.GA18320@pengutronix.de>


Hi,

I had the same compile issue on a Fedora 23 host but got Michaels patch working with a minor ")" tweak.
Attached working patch just-in-case somebody stumble across the same issue.

/Bruno


diff --git a/rules/cross-gcc.make b/rules/cross-gcc.make
index 00da7a0..068447c 100644
--- a/rules/cross-gcc.make
+++ b/rules/cross-gcc.make
@@ -193,8 +193,10 @@ $(STATEDIR)/cross-gcc.install: $(STATEDIR)/cross-gcc.report
        done
 
        @find $(PTXCONF_SYSROOT_CROSS) -name "*.la" -print0 | xargs -0 rm -v -f
+ifneq ($(call remove_quotes, $(PTXCONF_DESTDIR)),)
        sed -i -e 's;$(call remove_quotes,$(PTXCONF_DESTDIR));;' \
                $(PTXCONF_SYSROOT_CROSS)/lib/gcc/$(PTXCONF_GNU_TARGET)/$(CROSS_GCC_VERSION)/install-tools/mkheaders.conf
+endif
 
        @$(call touch)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2016-06-28 12:58 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 12:10 Michael Olbrich
2016-06-22 13:22 ` Clemens Gruber
2016-06-22 13:34   ` Clemens Gruber
2016-06-22 14:43   ` Michael Olbrich
2016-06-28 12:58     ` Bruno Thomsen [this message]
2016-06-30  7:10       ` m.olbrich
2016-06-30  7:48         ` Ladislav Michl
2016-06-30 14:07           ` Michael Olbrich
2016-06-30 16:08         ` Clemens Gruber
2016-07-01  6:33           ` Michael Olbrich
2016-07-01  8:39             ` Clemens Gruber
2016-07-01 10:28               ` Michael Olbrich
2016-07-01 14:25                 ` Clemens Gruber
2016-07-04  6:35                   ` Michael Olbrich
2016-07-04 15:47                     ` Clemens Gruber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=915054555B5659448ACF8A70E114824D025F73D7CE@Exchange2010.kamstrup.dk \
    --to=bth@kamstrup.com \
    --cc=clemens.gruber@pqgruber.com \
    --cc=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox