Differences From Artifact [505164194d]:
- Executable file build/fake-bin/uname — part of check-in [4e8d261d38] at 2012-02-01 07:56:32 on branch trunk — Updated to call "/usr/bin/env" to locate "bash" in case it is not in "/bin" (user: rkeene, size: 1713) [annotate] [blame] [check-ins using]
To Artifact [b06e7fd1c1]:
- Executable file build/fake-bin/uname — part of check-in [4ded39fb86] at 2012-02-14 16:09:34 on branch trunk — Added android build support to test infrastructure (user: rkeene, size: 1748) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
63 64 65 66 67 68 69 70 71 72 73 74 75 76 | ;; i?86-*) sysmachine="i686" ;; ia64-*) sysmachine="ia64" ;; esac for arg in $(echo "$@" | sed 's@.@ & @g'); do case "${arg}" in -) continue ;; | > > > | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | ;; i?86-*) sysmachine="i686" ;; ia64-*) sysmachine="ia64" ;; arm-*) sysmachine="armv7l" ;; esac for arg in $(echo "$@" | sed 's@.@ & @g'); do case "${arg}" in -) continue ;; |
︙ | ︙ |