AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Revert -lssp
- Add -lssp to the link flags, otherwise building of some packages (like mingw64-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 _mingw64_ldflags_bootstrap for bootstrap packages
- Add -fstack-protector to LDFLAGS
- disable default debug package only if the mingw debug macro is used
- inital package for Factory submission