The source project of this merge request has been removed.
Set ASMFLAGS and FFLAGS for CET support.
openblas lacks CET support due to FFLAGS and ASMFLAGS not being set which is required to pass -fcf-protection to the Fortran compiler and assembler respectively. Set both to the value of CFLAGS. Remove -Wformat -Werror=format-security from FFLAGS which is not supported by gcc-fortran.
Fixes #6 (closed)