remove upstream support for Zen hobby OS

The new plan to support hobby operating systems is #3784.

And what kind of name is "Zen" anyway? There's already a
[Zen programming language](http://zenlang.sourceforge.net/)
and that's just confusing.
This commit is contained in:
Andrew Kelley
2019-12-02 12:01:49 -05:00
parent fc1373a85d
commit dcbd5ad155
7 changed files with 0 additions and 27 deletions

View File

@@ -1831,12 +1831,6 @@ static void construct_linker_job_elf(LinkJob *lj) {
if (!g->zig_target->is_native) {
lj->args.append("--allow-shlib-undefined");
}
if (g->zig_target->os == OsZen) {
lj->args.append("-e");
lj->args.append("_start");
lj->args.append("--image-base=0x10000000");
}
}
static void construct_linker_job_wasm(LinkJob *lj) {