Changes between Version 1 and Version 2 of Ticket #64577, comment 4


Ignore:
Timestamp:
Feb 2, 2022, 6:02:03 PM (2 years ago)
Author:
barracuda156
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64577, comment 4

    v1 v2  
    1 UPD. Manual deletion of two files made the build resume. To be updated.
     1Replying 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
     6Rebuilt:
     7
     8{{{
     936-47:~ svacchanda$ /opt/local/bin/gcc-mp-10 -v
     10Using built-in specs.
     11COLLECT_GCC=/opt/local/bin/gcc-mp-10
     12COLLECT_LTO_WRAPPER=/opt/local/libexec/gcc/ppc-apple-darwin9/10.3.0/lto-wrapper
     13Target: ppc-apple-darwin9
     14Configured 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'
     15Thread model: posix
     16Supported LTO compression algorithms: zlib zstd
     17gcc version 10.3.0 (MacPorts gcc10 10.3.0_1+universal)
     18}}}
     19