Changes between Version 2 and Version 3 of Ticket #64863, comment 2
- Timestamp:
- Mar 20, 2022, 10:35:00 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64863, comment 2
v2 v3 8 8 set os_arch "powerpc" 9 9 } 10 { i[3-7]86} {10 {^(i[3-7]86|x86_64)} { 11 11 set os_arch "i386" 12 12 } … … 17 17 }}} 18 18 19 It fixes the current problem by mapping anything that begins with `arm` or `aarch` to `arm` 19 For instance, it fixes the current problem by mapping anything that begins with `arm` or `aarch` to `arm`.