Re: [committed] C-SKY: Define SYSROOT_SUFFIX_SPEC.

2023-01-25 Thread Cooper Qu via Gcc-patches
On Fri, Jan 20, 2023 at 05:27:26PM +, Joseph Myers wrote: > I think this caused the build failures with build-many-glibcs.py shown by > my bot. SYSROOT_SUFFIX_SPEC should not be defined for a > --disable-multilib build; in such a build you can expect a single sysroot > without a suffix

Re: [committed] C-SKY: Define SYSROOT_SUFFIX_SPEC.

2023-01-20 Thread Joseph Myers
On Fri, 13 Jan 2023, Xianmiao Qu via Gcc-patches wrote: > The earlier patch > https://gcc.gnu.org/pipermail/gcc-patches/2021-July/575418.html > refine the way to generate sysroot suffix, but it can't find the > right path for all CPUs. The SYSROOT_SUFFIX_SPEC should be defined > to fix it. I

[committed] C-SKY: Define SYSROOT_SUFFIX_SPEC.

2023-01-13 Thread Xianmiao Qu via Gcc-patches
The earlier patch https://gcc.gnu.org/pipermail/gcc-patches/2021-July/575418.html refine the way to generate sysroot suffix, but it can't find the right path for all CPUs. The SYSROOT_SUFFIX_SPEC should be defined to fix it. gcc/ * config/csky/csky-linux-elf.h (SYSROOT_SUFFIX_SPEC):