Skip to content

Commit

Permalink
tools/power/x86/intel-speed-select: Drop __DATE__ and __TIME__ macros
Browse files Browse the repository at this point in the history
These macros introduce nondeterminism in builds, and break reproducible
builds.

Signed-off-by: Antonio Terceiro <antonio.terceiro@linaro.org>
Cc: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
  • Loading branch information
Antonio Terceiro authored and Hans de Goede committed Apr 7, 2021
1 parent 0d3dfd7 commit 17de9a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/power/x86/intel-speed-select/isst-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2808,7 +2808,6 @@ static void usage(void)
static void print_version(void)
{
fprintf(outf, "Version %s\n", version_str);
fprintf(outf, "Build date %s time %s\n", __DATE__, __TIME__);
exit(0);
}

Expand Down

0 comments on commit 17de9a5

Please sign in to comment.