Messages in this thread |  | | | Date | Mon, 2 Apr 2007 03:41:01 +0200 (MEST) | | From | Jan Engelhardt <> | | 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |