[PATCH] gcc: Apply multilib fix to ARC as well

2021-06-20 Thread Alexey Brodkin
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

Re: [PATCH] gcc: Apply multilib fix to ARC as well

2021-06-20 Thread Khem Raj
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