Search Results

0
votes

How to build twice the same Linux Kernel sources and get the the same checksum

Even a simple hello world compiled twice results in different binaries. Somehow the linker is adding some information that changes in each build. …