Commit 7f5d410
committed
[[Bug 21488]] Check 'uname -m' if on Linux and 'uname -p' is unknown
Fixed bug 21488, where on some Linux systems the Makefile is unable to
automatically determine the architecture to build for. This is due to
the Makefile using 'uname -p', which can return 'unknown' in some cases.
Fixed by adding an additional case statement into the Makefile that
checks 'uname -m' if 'unknown' is returned from 'uname -p'.1 parent 4f42840 commit 7f5d410
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
46 | 50 | | |
47 | 51 | | |
48 | 52 | | |
| |||
0 commit comments