Taking Over MIPS Maintenance

2023-05-17 Thread YunQiang Su
m department, I have been working with GCC and contributed code to the upstream repository since 2021. In September 2021, I was given write access to the repository: https://gcc.gnu.org/git/?p=gcc.git&a=search&h=HEAD&st=author&s=YunQiang+Su Please let me know about your thoughts

Re: Issues building gcc natively on mipsel

2018-07-31 Thread YunQiang Su
ion like march=p6500 etc or native? I guess the problem is about nan=2008 vs nan=legacy. > The most common reason for SIGILL is that one of the support libraries > (gmp, mpfr, or mpc) has been built with the wrong ISA. I wouldn't > expect that to fail on that line in libstdc++, but it's worth > checking. > > The simplest way to build those libraries for use with GCC is to put > their sources in the GCC source tree, as done by the > contrib/download_prerequisites script. See > https://gcc.gnu.org/wiki/InstallingGCC for more info. -- YunQiang Su