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>] [day] [month] [year] [list]
Date:	Mon, 19 Sep 2011 22:21:50 +0800
From:	Adam Lee <adam8157@...il.com>
To:	Michal Marek <mmarek@...e.cz>
Cc:	linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] allow make ARCH="the machine hardware name"

This patch add support for make ARCH="the machine hardware name"(`uname
-m).

UTS_MACHINE is not always the same as SRCARCH, for example, s390x, we
should set UTS_MACHINE=s390x, and SRCARCH=s390. This patch makes that
right when "make ARCH=s390x".

And it avoid some error during invocation of make when ARCH set as
s390x, ppc64 or some machine hardware name else.

Signed-off-by: Adam Lee <adam8157@...il.com>

View attachment "allow-make-ARCH-the-machine-hardware-name.patch" of type "text/x-diff" (1443 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ