Changeset 2419

Show
Ignore:
Timestamp:
09/21/07 18:31:39 (1 year ago)
Author:
isak
Message:

Applied patch from #51: use 'uname -m' instead of 'arch' to get architecture.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • apbuild/trunk/ChangeLog

    r2395 r2419  
     12007-09-22  Isak Savo  <isak.savo@gmail.com> 
     2 
     3        * relaytool (arch_ptr_size): Use 'uname -m' instead of 'arch' to get 
     4        machine name. Patch from user 'res' in ticket #51 (ticket fixed by 
     5        this commit) 
     6 
    17Tue Aug 14 17:04:32 UTC 2007  Taj Morton  <tajmorton@gmail.com> 
    28        * apgcc: Apply patch from Unfleshed One for precompiled header support. Fixes #32. 
  • apbuild/trunk/relaytool

    r2394 r2419  
    371371arch_ok=false 
    372372arch_ptr_size=0 
    373 case `arch` in 
     373case `uname -m` in 
    374374    i386 | i486 | i586 | i686 ) 
    375375        arch_ok=true