lkml.org 
[lkml]   [2007]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Rebuilding and checksumming the Linux kernel

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-04-02 03:43    [from the cache]
©2003-2011 Jasper Spaans