Re: Rebuilding and checksumming the Linux kernel

From: Jan Engelhardt
Date: Sun Apr 01 2007 - 21:41:40 EST



On Apr 1 2007 22:03, Edgardo Hames wrote:

>> code will or should always produce the same output. Compilers are not
>> generally required to be deterministic.
>
> Could you please be a little more specific? We keep toolchains in our
> SCM tool,

Compile this, shush.

#include <stdio.h>
int main(void)
{
printf("%s %s\n", __DATE__, __TIME__);
return 0;
}


Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/