Re: How to build with cross gcc?
- Reply: Konstantin Belousov : "Re: How to build with cross gcc?"
- In reply to: Konstantin Belousov : "How to build with cross gcc?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 06 May 2025 00:49:32 UTC
On Wed Apr 30, 2025 at 8:58 AM +0300, Konstantin Belousov wrote: > exa% pwd > /usr/local/x86_64-unknown-freebsd13.5/bin > exa% ls -l cc1 cc1plus liblto_plugin.so > lrwxr-xr-x 1 root wheel 60 Apr 30 08:49 cc1 -> /usr/local/libexec/gcc/x86_64-unknown-freebsd13.5/14.1.0/cc1 > lrwxr-xr-x 1 root wheel 64 Apr 30 08:49 cc1plus -> /usr/local/libexec/gcc/x86_64-unknown-freebsd13.5/14.1.0/cc1plus > lrwxr-xr-x 1 root wheel 73 Apr 30 08:49 liblto_plugin.so -> /usr/local/libexec/gcc/x86_64-unknown-freebsd13.5/14.1.0/liblto_plugin.so If this was installed from FreeBSD:14:amd64/latest shouldn't GCC's target be 14.2 instead of 13.5?