Commit b67a719
fix(driver/modern_bpf): account for both
`CMAKE_SYSTEM_PROCESSOR` could be set to either `ppc64le` or
`powerpc64le` on the `ppc64le` architecture, depending on the the fact
that cmake uses the result of `uname -m` (i.e.: `ppc64le`) or the
value set by the zig toolchain `powerpc64le`. Account for both.
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>ppc64le and powerpc64le
1 parent 20709bc commit b67a719
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
0 commit comments