Re: FYI on aarch64: building and installing devel/aarch64-gcc fails with "Unable to access file" for 6 files

2017-04-20 Thread Mark Millard
On 2017-Apr-20, at 4:55 AM, Alexander Kabaev wrote: > aarch64-gcc is not a full compiler, but one intended to be used as > cross toolchain. I've used powerpc64-xtoolchain-gcc and its powerpc64-gcc to build modern, libc++ based powerpc64 builds for years, mostly self-hosted on powerpc64 hardware

Re: FYI on aarch64: building and installing devel/aarch64-gcc fails with "Unable to access file" for 6 files

2017-04-20 Thread Alexander Kabaev
aarch64-gcc is not a full compiler, but one intended to be used as cross toolchain. Said that, when built on x86-64, it does have gcov and man pages, so this must be an artefact of your build environment or your aarch64 setup, as this never was tested when run natively nor was it meant to be -