Commit 5f6a73e
committed
Ignore string case when checking ARCH, OS, and TUNE variables
When checking that we're targeting a valid architecture and OS there is an
unintentional case-sensitive test. So the OS 'Linux' is not accepted, it'd have
to be 'linux'.
See #171
Signed-off-by: Nick Stevens <nick@bitcurry.com>1 parent 6c1eb7e commit 5f6a73e
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
| 39 | + | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments