[Libre-soc-bugs] [Bug 847] dev-env-setup script for binutils-gdb for target powerpc64le-linux-gnu

bugzilla-daemon at libre-soc.org bugzilla-daemon at libre-soc.org
Sat Jun 11 00:09:33 BST 2022


https://bugs.libre-soc.org/show_bug.cgi?id=847

--- Comment #11 from vklr at vkten.in <vklr at vkten.in> ---
(In reply to Dmitry Selyutin from comment #6)
> > if [ "`arch`" = "x86_64" ]; then
> >   export HOST="x86_64-pc-linux-gnu"
> > elif [ "`arch`" = "ppc64le" ]; then
> >   export HOST="powerpc64le-linux-gnu"
> > fi
> 
> I don't think we can do it better than binutils. I suggest dropping HOST
> entirely as well as --host. It should be guessed by the configure script
> automatically.

I do not think so. Explicitly putting shows we are building a cross toolchain.
The commands are itself documentary. Anyway the build machine is going to be
one of ports made for Debian Buster; x86_64, powerpc64le or arm64,
etc(limited).

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-soc-bugs mailing list