Subject: Re: CVS commit: src/usr.sbin/amd/libamu
To: None <nakayama@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: source-changes
Date: 08/10/2005 11:27:03
In article <20050809214923.D51352DA27@cvs.netbsd.org>
nakayama@NetBSD.org wrote:
> Module Name: src
> Committed By: nakayama
> Date: Tue Aug 9 21:49:23 UTC 2005
>
> Modified Files:
> src/usr.sbin/amd/libamu: mkconf
>
> Log Message:
> Embed machine and cpu architecture correctly by target host environmet,
> not by build host.
>
> Pointed out by Davide Zanon and Rui Paulo in current-users@.
In general, we should use uname(3) rather than ${MACHINE} string
constants because it prevents sharing binaries among machines
which have the same ${MACHINE_ARCH}.
---
Izumi Tsutsui