Merge pull request #48675 from veprbl/pr/xfitter_fix

xfitter: runtime fixes
This commit is contained in:
Dmitry Kalinkin
2019-01-20 20:00:02 -05:00
committed by GitHub
4 changed files with 113 additions and 12 deletions
@@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
};
patches = [
./calling_convention.patch
./undefined_behavior.patch
];
CXXFLAGS = "-Werror=return-type";
preConfigure =
# Fix F77LD to workaround for a following build error:
#