AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Process debuginfo in a reproducible way (boo#1041090)
- Revert -lssp
- Add -lssp to the link flags, otherwise building of some packages (like mingw32-cairo) will be aborted with the error 'undefined reference to `__memcpy_chk`'. This library seems not be added by gcc 9.2 automatically.
- add macro _mingw32_ldflags_bootstrap for bootstrap packages
- fix compile errors: undefined reference to `__memcpy_chk`
- disable default debug package only if the mingw debug macro is used
- inital package for Factory submission