Make reproducible builds of sdcc easier.
Reproducible builds have become an important issue, e.g. due to man-in-the-middle-attacks on repositories. See https://wiki.debian.org/ReproducibleBuilds/About for more on reproducible builds.
Having a quick look, I noticed one issue that makes building sdcc in a reproducible way hard: The build date goes into the info string for sdcc --version. IMO, it would be best to just remove it; it seems mor confusing than useful to users anyway.
So this is a feature request to remove getBuildDate() from src/SDCCUtil.c.
Philipp
I agree.
Diego
Patch with proposed changes attached.
Philipp
So we will apply the patch after 3.5.0?
If no one objects, yes.
Philipp
Fixed in revision #9259.
Philipp