mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-06 07:29:54 +00:00
we don't actually need libcCrossChooser
This commit is contained in:
parent
e51da67371
commit
faf6b7fbbf
@ -276,9 +276,4 @@ pkgs: prevPkgs: {
|
||||
}
|
||||
else
|
||||
prevPkgs.gcc;
|
||||
|
||||
# no separate libc package for now
|
||||
libcCrossChooser = name:
|
||||
if name == "retro68" then null else prevPkgs.libcCrossChooser name;
|
||||
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
m68k = {
|
||||
system = "m68k-macos";
|
||||
config = "m68k-apple-macos";
|
||||
libc = "retro68";
|
||||
libc = null;
|
||||
parsed = {
|
||||
cpu = {
|
||||
name = "m68k";
|
||||
@ -27,7 +27,7 @@
|
||||
powerpc = {
|
||||
system = "powerpc-macos";
|
||||
config = "powerpc-apple-macos";
|
||||
libc = "retro68";
|
||||
libc = null;
|
||||
parsed = {
|
||||
cpu = {
|
||||
name = "powerpc";
|
||||
@ -52,7 +52,7 @@
|
||||
carbon = {
|
||||
system = "powerpc-carbon";
|
||||
config = "powerpc-apple-macos";
|
||||
libc = "retro68";
|
||||
libc = null;
|
||||
parsed = {
|
||||
cpu = {
|
||||
name = "powerpc";
|
||||
|
Loading…
x
Reference in New Issue
Block a user