Windows-on-ARM-Experiments / mingw-woarm64-build

Build script for Windows on Arm64 GNU cross compiler aarch64-w64-mingw32.
GNU General Public License v2.0
27 stars 3 forks source link

Test relocation and small code model fixes #142

Closed eukarpov closed 1 month ago

eukarpov commented 2 months ago

Validate fixes to resolve the following issues

Relocation overflow when struct is large https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/issues/130

Relocation overflow issue when building FFmpeg with -O3 https://github.com/Windows-on-ARM-Experiments/mingw-woarm64-build/issues/100

Building OpenBLAS develop branch Relocations and small code model fixes a static function call by reference from another object file.