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

--- Comment #40 from Douglas Mencken <dougmencken at gmail dot com> ---
Yet I got what I wanted ~ the working GCC 8.2

$ /Developer/GCC/8.2p/PowerPC/32bit/bin/gcc -v
Using built-in specs.
COLLECT_GCC=/Developer/GCC/8.2p/PowerPC/32bit/bin/gcc
COLLECT_LTO_WRAPPER=/Developer/GCC/8.2p/PowerPC/32bit/libexec/gcc/powerpc-unknown-darwin/8.2.0/lto-wrapper
Target: powerpc-unknown-darwin
Configured with: ../gcc-8.2.0/configure --build=powerpc-unknown-darwin
--host=powerpc-unknown-darwin --target=powerpc-unknown-darwin
--prefix=/Developer/GCC/8.2p/PowerPC/32bit
--enable-languages=c,c++,objc,obj-c++ --enable-shared --enable-static
--enable-checking=release --enable-threads=posix --with-__thread
--without-system-zlib --disable-nls --disable-werror
Thread model: posix
gcc version 8.2.0 (GCC)

To build it, I patched its sources with fix_gcc8_build.patch reversion together
with changes from comment #16

Reply via email to