Commit 65340b0
committed
configure: fix broken cross-compilation detection
Assume the build is native if the compiler for the host and the build
machine are the same.
For example, cbuild (Chimera Linux package builder) defines both the
host and the build compiler, regardless of native or cross build.
Also, that assumption in this case is consistent with GNU autotools
behaviour.1 parent 20bb598 commit 65340b0
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
453 | 463 | | |
454 | 464 | | |
455 | 465 | | |
| |||
0 commit comments