Don't put system architecture in generated headers.

Including HOST causes the build to be unreproducible.
This commit is contained in:
Jelmer Vernooij
2016-05-15 23:04:49 +00:00
parent 2ff110cfa6
commit 0113798b18

View File

@@ -141,9 +141,6 @@ int main(int argc, char **argv)
}
f = fopen(argv[1], "w");
}
fprintf(f, "/* %s -- this file was generated for %s by\n", fn, HOST);
fprintf(f, " %*s %s */\n\n", (int)strlen(fn), "",
"$Id$");
fprintf(f, "#ifndef %s\n", hb);
fprintf(f, "#define %s\n", hb);
fprintf(f, "\n");