[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
Fri Jun 10 17:00:07 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=847
--- Comment #6 from Dmitry Selyutin <ghostmansd at gmail.com> ---
> 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list