release-cross: Add final "-gnu" to fuloong triple
This commit is contained in:
parent
fcde869e7e
commit
92887cb466
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue