mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
powerpc cross compilation
This commit is contained in:
parent
dc07bb2c93
commit
76826fb824
@ -64,6 +64,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
isStatic = true;
|
||||
retro68BinutilsConfig = ["--disable-plugins"];
|
||||
retro68GccConfig = ["--disable-lto"];
|
||||
retro68 = true;
|
||||
@ -86,6 +87,7 @@
|
||||
};
|
||||
};
|
||||
|
||||
isStatic = true;
|
||||
retro68BinutilsConfig = ["--disable-plugins"];
|
||||
retro68GccConfig = ["--disable-lto"];
|
||||
retro68 = true;
|
||||
@ -188,7 +190,11 @@
|
||||
''
|
||||
cp -r lib68k $out/lib
|
||||
''
|
||||
else "")
|
||||
else
|
||||
''
|
||||
mkdir $out/lib
|
||||
cp -r ${self + "/ImportLibraries/*.a"} $out/lib/
|
||||
'')
|
||||
;
|
||||
meta = { platforms = [ "m68k-macos" ]; };
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user