mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-22 04:30:03 +00:00
platfoms.nix cleanup: add vendor and abi
This commit is contained in:
parent
551c7588ca
commit
f21a12a7eb
@ -14,6 +14,8 @@
|
|||||||
name = "macos";
|
name = "macos";
|
||||||
execFormat = { name = "unknown"; };
|
execFormat = { name = "unknown"; };
|
||||||
};
|
};
|
||||||
|
vendor = { name = "apple"; };
|
||||||
|
abi = { name = "macos"; };
|
||||||
};
|
};
|
||||||
bfdEmulation = "m68k";
|
bfdEmulation = "m68k";
|
||||||
isStatic = true;
|
isStatic = true;
|
||||||
@ -37,6 +39,8 @@
|
|||||||
name = "macos";
|
name = "macos";
|
||||||
execFormat = { name = "unknown"; };
|
execFormat = { name = "unknown"; };
|
||||||
};
|
};
|
||||||
|
vendor = { name = "apple"; };
|
||||||
|
abi = { name = "macos"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
isStatic = true;
|
isStatic = true;
|
||||||
@ -60,6 +64,8 @@
|
|||||||
name = "carbon";
|
name = "carbon";
|
||||||
execFormat = { name = "unknown"; };
|
execFormat = { name = "unknown"; };
|
||||||
};
|
};
|
||||||
|
vendor = { name = "apple"; };
|
||||||
|
abi = { name = "macos"; };
|
||||||
};
|
};
|
||||||
isStatic = true;
|
isStatic = true;
|
||||||
retro68BinutilsConfig = [ "--disable-plugins" ];
|
retro68BinutilsConfig = [ "--disable-plugins" ];
|
||||||
@ -67,9 +73,4 @@
|
|||||||
retro68 = true;
|
retro68 = true;
|
||||||
cmakeSystemName = "RetroCarbon";
|
cmakeSystemName = "RetroCarbon";
|
||||||
};
|
};
|
||||||
|
|
||||||
isStatic = true;
|
|
||||||
retro68BinutilsConfig = [ "--disable-plugins" ];
|
|
||||||
retro68GccConfig = [ "--disable-lto" ];
|
|
||||||
retro68 = true;
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user