build: minor fixes to build on windows with make
authorNiyas Sait <niyas.sait@linaro.org>
Sun, 24 Apr 2022 22:58:26 +0000 (23:58 +0100)
committerNiyas Sait <niyas.sait@linaro.org>
Sun, 24 Apr 2022 23:01:12 +0000 (00:01 +0100)
commit3f5d145cd41a083d1a3eff33d1823ab6c261defe
treea9921e98c51ce55b0fb69b983198e11cac1969b2
parent18b19d135b0e80219531219a90c1b78dd9249ad0
build: minor fixes to build on windows with make

This patch contains following fixes

1. Fix to build without PIC flag
2. Define LAPACK_COMPLEX_STRUCTURE for windows. Builds are failing
without it and changes are consistent with the CMake rules defined
in system.cmake (line 576)
Makefile.system