On Wed, 16 Jul 2025, John Ericson wrote: > From: John Ericson <g...@johnericson.me> > > Following Andrew Pinski's suggestions in > https://gcc.gnu.org/pipermail/gcc-patches/2025-July/689683.html, just > use the output of: > > $(CC) -print-sysroot > > It is just used in one spot, in an AIX code-path. I just made (within > make) a shell variable to use instead. > > I don't have AIX on-hand to test this, however. > > gcc/ChangeLog: > > * Makefile.in: No longer include TARGET_SYSTEM_ROOT in > libgcc.mvars. > > libgcc/ChangeLog: > > * config/rs6000/t-slibgcc-aix: Instead of using a > TARGET_SYSTEM_ROOT make variable, just define a shell variable > as part of the rule and use that.
OK in the absence of AIX maintainer objections within the next week. -- Joseph S. Myers josmy...@redhat.com