public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
From: Sebastian Huber <sebastian.huber@embedded-brains.de>
To: Alexey Lapshin <alexey.lapshin@espressif.com>
Cc: "jjohnstn@redhat.com" <jjohnstn@redhat.com>,
	"newlib@sourceware.org" <newlib@sourceware.org>
Subject: Re: [PATCH v2] newlib: fix sys headers installation path
Date: Mon, 11 Sep 2023 15:09:47 +0200	[thread overview]
Message-ID: <8b875577-02be-43a6-af15-cb4fec5a48ae@embedded-brains.de> (raw)
In-Reply-To: <2eb2ce08c76b7716f6581d7545a9f8190e5cbf69.camel@espressif.com>

On 11.09.23 14:53, Alexey Lapshin wrote:
> ---
>   newlib/Makefile.am | 2 +-
>   newlib/Makefile.in | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/newlib/Makefile.am b/newlib/Makefile.am
> index e29607ccd..47f0be288 100644
> --- a/newlib/Makefile.am
> +++ b/newlib/Makefile.am
> @@ -334,7 +334,7 @@ install-data-local: install-toollibLIBRARIES install-multi $(INSTALL_DATA_LOCAL)
>   	    else true; fi ; \
>   	  done ; \
>   	  for i in $(call rwildcard,$(srcdir)/libc/sys/$(sys_dir)/include/,*.h); do \
> -	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/include/::`; \
> +	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/::`; \
>   	    $(MKDIR_P) $(DESTDIR)$(tooldir)/`dirname $$f`; \
>   	    $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/`dirname $$f`; \
>   	  done ; \
> diff --git a/newlib/Makefile.in b/newlib/Makefile.in
> index c3052acb9..5dc9dcc8d 100644
> --- a/newlib/Makefile.in
> +++ b/newlib/Makefile.in
> @@ -50500,7 +50500,7 @@ install-data-local: install-toollibLIBRARIES install-multi $(INSTALL_DATA_LOCAL)
>   	    else true; fi ; \
>   	  done ; \
>   	  for i in $(call rwildcard,$(srcdir)/libc/sys/$(sys_dir)/include/,*.h); do \
> -	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/include/::`; \
> +	    f=`echo $$i | sed s:^$(srcdir)/libc/sys/$(sys_dir)/::`; \
>   	    $(MKDIR_P) $(DESTDIR)$(tooldir)/`dirname $$f`; \
>   	    $(INSTALL_DATA) $$i $(DESTDIR)$(tooldir)/`dirname $$f`; \
>   	  done ; \

This patch fixes the header install problem for RTEMS. Why did the 
xtensa port work without this fix? This seems to be a generic issue.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber@embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/

  reply	other threads:[~2023-09-11 13:09 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-11 12:44 Alexey Lapshin
2023-09-11 12:45 ` Alexey Lapshin
2023-09-11 12:53   ` [PATCH v2] " Alexey Lapshin
2023-09-11 13:09     ` Sebastian Huber [this message]
2023-09-11 13:26       ` Alexey Lapshin
2023-09-13  6:11         ` Sebastian Huber
2023-09-13 13:37           ` Alexey Lapshin
2023-09-18 12:22             ` Sebastian Huber
2023-09-18 15:47               ` Jeff Johnston

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=8b875577-02be-43a6-af15-cb4fec5a48ae@embedded-brains.de \
    --to=sebastian.huber@embedded-brains.de \
    --cc=alexey.lapshin@espressif.com \
    --cc=jjohnstn@redhat.com \
    --cc=newlib@sourceware.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).