Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: CVS commit: src/usr.sbin/amd/libamu



   
   > 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)?



Home | Main Index | Thread Index | Old Index