Subject: Re: CVS commit: src/distrib/utils/x_dhclient
To: Martin Husemann <martin@netbsd.org>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 11/23/2006 20:35:53
On Thu, Nov 23, 2006 at 01:22:19PM +0000, Martin Husemann wrote:
> 
> Module Name:	src
> Committed By:	martin
> Date:		Thu Nov 23 13:22:18 UTC 2006
> 
> Modified Files:
> 	src/distrib/utils/x_dhclient: Makefile
> 
> Log Message:
> If we need -fno-strict-aliasing (see hack "gcc4 pointer sign and strict
> aliasing problems", usr.sbin/dhcp/Makefile.inc rev 1.20), we need it
> on the crunched binaries too.

This almost certainly isn't needed since the programs own Makefile
is used to compile the program source files and 'ld -r' them into
a single object file.

	David

-- 
David Laight: david@l8s.co.uk