https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101966
--- Comment #6 from frans at fransdb dot nl ---
I noticed that you are not using the --build switch, but rather the --target
switch. I tried that too - without the --build switch - to no avail.
I shall study your setup and report back with my res
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101966
--- Comment #5 from frans at fransdb dot nl ---
On 8/18/21 10:09 PM, sch...@linux-m68k.org wrote:
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101966
>
> --- Comment #2 from Andreas Schwab ---
> Why are you overriding CC_FOR_TARGET?
>
> All bu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101966
--- Comment #4 from Andrew Pinski ---
And then I just do for building:
PMAKE="make -j24"
$PMAKE all-host
make install-host DESTDIR=${SYSROOT}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101966
--- Comment #3 from Andrew Pinski ---
This configure works for me:
TOP=`pwd`
target=aarch64-marvell-linux-gnu
GCC_CONFIG_ARGS="--disable-fixed-point --without-ppl --without-python
--disable-werror --enable-plugins --with-system-zlib --with-syst