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 */
|
/* Linux on the fuloong */
|
||||||
fuloongminipc = let
|
fuloongminipc = let
|
||||||
crossSystem = {
|
crossSystem = {
|
||||||
config = "mips64el-unknown-linux";
|
config = "mips64el-unknown-linux-gnu";
|
||||||
bigEndian = false;
|
bigEndian = false;
|
||||||
arch = "mips";
|
arch = "mips";
|
||||||
float = "hard";
|
float = "hard";
|
||||||
|
|
Loading…
Reference in New Issue