This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: always producing the same object code...
- From: Sebastian Huber <sebastian-huber at web dot de>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 19 Mar 2003 11:27:58 +0100
- Subject: Re: always producing the same object code...
- References: <Pine.LNX.4.53.0303190546420.20641@skynet>
Hi Dave.
On Wednesday 19 March 2003 06:51, Dave Airlie wrote:
> Hi,
> I've got a customer (and government for what I work on) requirement that
> the same object is produced from our source code every time, so that the
> regulatory body can do validity checks on the software running in the
> target environment,
Why don't you use MD5 check sums?
Ciao