[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.61.0704020339490.1245@yvahk01.tjqt.qr>
Date: Mon, 2 Apr 2007 03:41:01 +0200 (MEST)
From: Jan Engelhardt <jengelh@...ux01.gwdg.de>
To: Edgardo Hames <ehames@...il.com>
cc: linux-kernel@...r.kernel.org
Subject: Re: 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists