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

--- Comment #172 from Peter Dyballa <Peter_Dyballa at web dot de> ---
(In reply to Iain Sandoe from comment #169)
> (In reply to Peter Dyballa from comment #168)

> 
> > 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?
> 
leopard pete 233 /\  ls -li /opt/local/libexec/gcc10-bootstrap/bin
total 84528
139299438 -rwxr-xr-x  4 root  admin   1504800 27 Dez  2024 c++
139299439 -rwxr-xr-x  1 root  admin   1504884 27 Dez  2024 cpp
139299438 -rwxr-xr-x  4 root  admin   1504800 27 Dez  2024 g++
139299442 -rwxr-xr-x  3 root  admin   1500704 27 Dez  2024 gcc
139299443 -rwxr-xr-x  2 root  admin     39000 27 Dez  2024 gcc-ar
139299444 -rwxr-xr-x  2 root  admin     38856 27 Dez  2024 gcc-nm
139299445 -rwxr-xr-x  2 root  admin     38864 27 Dez  2024 gcc-ranlib
139299446 -rwxr-xr-x  1 root  admin    994332 27 Dez  2024 gcov
139299447 -rwxr-xr-x  1 root  admin    700212 27 Dez  2024 gcov-dump
139299448 -rwxr-xr-x  1 root  admin    741744 27 Dez  2024 gcov-tool
139299449 -rwxr-xr-x  1 root  admin  28543192 27 Dez  2024 lto-dump
139299438 -rwxr-xr-x  4 root  admin   1504800 27 Dez  2024
powerpc-apple-darwin9-c++
139299438 -rwxr-xr-x  4 root  admin   1504800 27 Dez  2024
powerpc-apple-darwin9-g++
139299442 -rwxr-xr-x  3 root  admin   1500704 27 Dez  2024
powerpc-apple-darwin9-gcc
139299442 -rwxr-xr-x  3 root  admin   1500704 27 Dez  2024
powerpc-apple-darwin9-gcc-10.5.0
139299443 -rwxr-xr-x  2 root  admin     39000 27 Dez  2024
powerpc-apple-darwin9-gcc-ar
139299444 -rwxr-xr-x  2 root  admin     38856 27 Dez  2024
powerpc-apple-darwin9-gcc-nm
139299445 -rwxr-xr-x  2 root  admin     38864 27 Dez  2024
powerpc-apple-darwin9-gcc-ranlib

Ah! I should try next time with CXX=powerpc-apple-darwin9-g++ that it matches
CC=powerpc-apple-darwin9-gcc. The compilers are all hardlinks, but maybe they
behave differently based on the name they are invoked.

Reply via email to