1 | | UPD. Manual deletion of two files made the build resume. To be updated. |
| 1 | Replying to [comment:1 kencu]: |
| 2 | > did you also update the libgcc port to use libgcc10? |
| 3 | > gcc10 will need to be built against and use the ld and cctools in /opt/local/bin to be part of macports. |
| 4 | > can you show us your gcc -v for your gcc10 to see if that is the case? |
| 5 | |
| 6 | Rebuilt: |
| 7 | |
| 8 | {{{ |
| 9 | 36-47:~ svacchanda$ /opt/local/bin/gcc-mp-10 -v |
| 10 | Using built-in specs. |
| 11 | COLLECT_GCC=/opt/local/bin/gcc-mp-10 |
| 12 | COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/ppc-apple-darwin9/10.3.0/lto-wrapper |
| 13 | Target: ppc-apple-darwin9 |
| 14 | Configured with: /opt/local/var/macports/build/_opt_PPCLeopardPorts_lang_gcc10/gcc10/work/gcc-10.3.0/configure --prefix=/opt/local --build=ppc-apple-darwin9 --enable-languages=c,c++,objc,obj-c++,lto,fortran --libdir=/opt/local/lib/gcc10 --includedir=/opt/local/include/gcc10 --infodir=/opt/local/share/info --mandir=/opt/local/share/man --datarootdir=/opt/local/share/gcc-10 --with-local-prefix=/opt/local --with-system-zlib --disable-nls --program-suffix=-mp-10 --with-gxx-include-dir=/opt/local/include/gcc10/c++/ --with-gmp=/opt/local --with-mpfr=/opt/local --with-mpc=/opt/local --with-isl=/opt/local --enable-stage1-checking --enable-lto --enable-libstdcxx-time --with-build-config=bootstrap-debug --with-as=/opt/local/bin/as --with-ld=/opt/local/bin/ld --with-ar=/opt/local/bin/ar --with-bugurl=https://trac.macports.org/newticket --enable-host-shared --disable-tls 'STAGE1_CFLAGS=-O1 -pipe -mdynamic-no-pic' 'STAGE1_CXXFLAGS=-O1 -pipe -mdynamic-no-pic' --with-pkgversion='MacPorts gcc10 10.3.0_1+universal' |
| 15 | Thread model: posix |
| 16 | Supported LTO compression algorithms: zlib zstd |
| 17 | gcc version 10.3.0 (MacPorts gcc10 10.3.0_1+universal) |
| 18 | }}} |
| 19 | |