Subject: re: CVS commit: src/usr.sbin/amd/libamu
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 08/10/2005 12:38:07
   
   > 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}.


i haven't looked at this code, but, for cross builds doesn't this
need to use $MACHINE_ARCH not uname(3)?