Can you try setting all of these to
CXX14FLAGS=-O3 -mtune=native -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2
CXX11FLAGS=-O3 -mtune=native -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2
so to avoid the march thing? Apparently there have been issues reported with the minnow compiler and turning on march. Does this resolve the issue?