[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-29 Thread chrisj at rtems dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #5 from Chris Johns --- (In reply to Andrew Pinski from comment #4) > My bet if you do /bin/sh you would also get into trouble too ... I do not think it is /bin/sh but you are right with the link bring MacOS blocking an exe that sho

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #3 from Andrew Pinski --- https://developer.apple.com/forums/thread/701242

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread chrisj at rtems dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #2 from Chris Johns --- (In reply to Andrew Pinski from comment #1) > move-if-change should work just fine with a normal POSIX shell ... It does. Maybe it was not found? > What is the error message with /bin/sh still there? The er

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-03-26 Ever confirmed|0

[Bug libgcc/109282] Libgcc references sh and not $(SHELL) in Makefile.in

2023-03-25 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109282 --- Comment #1 from Andrew Pinski --- move-if-change should work just fine with a normal POSIX shell ... What is the error message with /bin/sh still there?