public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcc/109282] New: Libgcc references sh and not $(SHELL) in Makefile.in
@ 2023-03-26  1:31 chrisj at rtems dot org
  2023-03-26  2:38 ` [Bug libgcc/109282] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: chrisj at rtems dot org @ 2023-03-26  1:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282

            Bug ID: 109282
           Summary: Libgcc references sh and not $(SHELL) in Makefile.in
           Product: gcc
           Version: 12.2.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libgcc
          Assignee: unassigned at gcc dot gnu.org
          Reporter: chrisj at rtems dot org
  Target Milestone: ---

Created attachment 54753
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54753&action=edit
Change sh to $(SHELL)

The libgcc Makefile.in has `sh` and not `$(SHELL)` and that failed on MacOS
Ventura. The attached patch fixes the problem and builds an RTEMS crosscompiler
tool chain.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-03-30  3:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-26  1:31 [Bug libgcc/109282] New: Libgcc references sh and not $(SHELL) in Makefile.in chrisj at rtems dot org
2023-03-26  2:38 ` [Bug libgcc/109282] " pinskia at gcc dot gnu.org
2023-03-26  2:39 ` pinskia at gcc dot gnu.org
2023-03-26  2:49 ` chrisj at rtems dot org
2023-03-26  2:58 ` pinskia at gcc dot gnu.org
2023-03-26  3:01 ` pinskia at gcc dot gnu.org
2023-03-30  3:17 ` chrisj at rtems dot org

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).