use long mode, x86_64-unknown-none works now
This commit is contained in:
@@ -23,7 +23,11 @@ in (naersk'.buildPackage {
|
||||
release = true;
|
||||
|
||||
# build std
|
||||
cargoBuildOptions = x: x ++ ["-Zbuild-std=core,compiler_builtins,alloc" "-Zbuild-std-features=compiler-builtins-mem"];
|
||||
cargoBuildOptions = x:
|
||||
x
|
||||
++ [
|
||||
"-Zbuild-std=core,compiler_builtins"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
ld --oformat binary \
|
||||
|
||||
Reference in New Issue
Block a user