release-cross: Add final "-gnu" to fuloong triple

This commit is contained in:
John Ericson 2017-04-27 14:46:32 -04:00
parent fcde869e7e
commit 92887cb466

View file

@ -127,7 +127,7 @@ in
/* Linux on the fuloong */
fuloongminipc = let
crossSystem = {
config = "mips64el-unknown-linux";
config = "mips64el-unknown-linux-gnu";
bigEndian = false;
arch = "mips";
float = "hard";