Changeset 2654 for trunk/build/run-bitten.sh
- Timestamp:
- Apr 11, 2013, 1:42:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/run-bitten.sh
r2547 r2654 99 99 processor="`uname -m`" 100 100 case "$processor" in 101 x86_64) processor="amd64" ;; 101 x86_64) processor="amd64" 102 if test "`getconf LONG_BIT 2>/dev/null`" = 32; then 103 processor="i386" 104 fi ;; 102 105 i*86) processor="i386" ;; 103 106 esac
Note: See TracChangeset
for help on using the changeset viewer.