mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-18 10:27:00 +02:00
Since rsync 3.2.0, the ebuild sets `--enable-simd` option in case of amd64. However, the cross toolchain in Flatcar SDK is not able to deal with the SIMD feature, so configure in rsync fails like: ``` gcc version 8.3.0 (Gentoo Hardened 8.3.0-r1 p1.1) configure.sh:3774: $? = 0 configure.sh:3763: x86_64-cros-linux-gnu-g++ -V >&5 x86_64-cros-linux-gnu-g++: error: unrecognized command line option '-V' x86_64-cros-linux-gnu-g++: fatal error: no input files compilation terminated. ``` Until we could resolve the toolchain issue, we should disable `cpu_flags_x86_sse2`, to disable simd for rsync. |
||
---|---|---|
.. | ||
src/third_party/coreos-overlay |