how should I configure my buuild for i386-*linux*
Matthias Klose
doko@ubuntu.com
Tue May 3 23:42:43 GMT 2022
On 04.05.22 01:31, Vladimir Mezentsev via Binutils wrote:
> Hi,
>
> If I am on x86_64-*-linux* and want to build the i386-*linux* libraries (for
> example, libopcodes or libbfd),
> how should I configure my buuild ?
>
> The same question is for the aarch64-*-linux* host.
you could have a look at the Debian build logs, e.g. look for the amd64 build
log which also builds the binutils for i686 and aarch64 hosted on x86_64:
https://buildd.debian.org/status/package.php?p=binutils
(click on the "Installed" cell for the amd64 build log, then search for
--target=i686-linux-gnu and --target=aarch64-linux-gnu
> Is it possible to build on Arm for Intel platform ?
I am only building on aarch64, same as above, click the arm64 build log and
search for --target=x86_64-linux-gnu.
Matthias
More information about the Binutils
mailing list