lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ce06867d-2311-466e-924f-ffa6fa6d49c9@lunn.ch>
Date: Wed, 30 Oct 2024 13:41:49 +0100
From: Andrew Lunn <andrew@...n.ch>
To: John Ousterhout <ouster@...stanford.edu>
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next 01/12] net: homa: define user-visible API for
 Homa

> > Did you build for 32 bit systems?
> 
> Sadly no: my development system doesn't currently have any
> cross-compiling versions of gcc :-(

I'm not sure in this case it is actually a cross compile. Your default
amd64 tool chain should also be able to compile for i386.

export ARCH=i386
unset CROSS_COMPILE
make defconfig
make

	Andrew

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ