| Summary: | QtWebengine doesn't build if the host hasn't a 32 bits C++ compiler working | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Pierre Ducroquet <pinaraf> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot, yann.morin.1998 |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Pierre Ducroquet
2017-11-29 15:49:24 UTC
Corresponding Qt bug : https://bugreports.qt.io/browse/QTBUG-64869 More globally: qt5webengine will build host tools that are the same bitness as the target, so it is not possible to build for a 64-bit target on a 32-bit host. There's a patch for this waiting in patchwork: http://patchwork.ozlabs.org/patch/842670/. |