public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Cooper Qu <cooper.qu@linux.alibaba.com>
To: Joseph Myers <joseph@codesourcery.com>
Cc: gcc-patches@gcc.gnu.org
Subject: Re: [committed] C-SKY: Define SYSROOT_SUFFIX_SPEC.
Date: Wed, 25 Jan 2023 17:41:45 +0800	[thread overview]
Message-ID: <Y9D5Wa10RVywud0A@B-7F1WN6HQ-1426> (raw)
In-Reply-To: <22262a2-6de-923b-c4d7-5e1a855934a1@codesourcery.com>

On Fri, Jan 20, 2023 at 05:27:26PM +0000, 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 involved.  Thus, you should put the SYSROOT_SUFFIX_SPEC 
> definition in a separate header only used if test "x${enable_multilib}" = 
> xyes (as in the config.gcc code removed in the older patch you refer to 
> above), or something similar.
> 

Hi Joseph,

Sorry, this is indeed caused by this patch. I tested the multilib scenario, but I didn't test the non-multilib, so I didn't find this problem in time.
Now I have fixed this problem, the patch can be seen in
  https://gcc.gnu.org/pipermail/gcc-patches/2023-January/610534.html
Hope it also works for you, If you still have problems, please contact me.



Thanks,
Cooper

      reply	other threads:[~2023-01-25  9:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 12:43 Xianmiao Qu
2023-01-20 17:27 ` Joseph Myers
2023-01-25  9:41   ` Cooper Qu [this message]

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=Y9D5Wa10RVywud0A@B-7F1WN6HQ-1426 \
    --to=cooper.qu@linux.alibaba.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=joseph@codesourcery.com \
    /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).