W/o that hack target GCC assume existence of per-mcpu folders,
which are missing.
In particular G++ failed to find "bits/c++config.h":
-->8--
root@hsdk:~# cat test.cc
#include
int myfunc(void)
{
}
root@hsdk:~# g++ -c test.cc -v
Using built-in specs.
COLLE
this looks fine,
On Sun, Jun 20, 2021 at 11:52 AM Alexey Brodkin
wrote:
>
> W/o that hack target GCC assume existence of per-mcpu folders,
> which are missing.
>
> In particular G++ failed to find "bits/c++config.h":
> -->8--
> root@hsdk:~# cat test.cc
> #include