https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123976

--- Comment #169 from Iain Sandoe <iains at gcc dot gnu.org> ---
(In reply to Peter Dyballa from comment #168)
> (In reply to Iain Sandoe from comment #161)
> > (In reply to Peter Dyballa from comment #160)
> > 
> > you might want to put the MP PATH at the end of your PATH and then specify
> > the bootstrap compiler with CC=... and CXX=.. supplying the installed names
> > of the C and C++ gcc-10 bootstrap compiler.
> > 
> Yes, I did so:
> 
> env PKG_CONFIG_PATH=/usr/lib/pkgconfig:/opt/local/lib/pkgconfig
> PATH=/bin:/usr/bin:/sbin:/usr/sbin:/opt/local/libexec/gcc10-bootstrap/bin


> CC=powerpc-apple-darwin9-gcc CXX=powerpc-apple-darwin9-c++

so .. gcc10-bootstrap is just a vanilla install without any of the -mp-nn or so
on?

anyway .. as far as that goes, that was what I was suggesting.

Reply via email to