[Xorp-cvs] XORP cvs commit: xorp xorp/config

Pavlin Radoslavov pavlin at icir.org
Wed Aug 30 09:07:20 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-30 16:07:20 UTC

XORP CVS repository


Modified files:
	.             config.h.in configure 
	config        aclinux.m4 

Log message:
	Add configure-time check whether the build environment has broken
	netlink-related macros: NLMSG_NEXT, RTA_NEXT, IFA_RTA, IFLA_RTA,
	RTM_RTA.
	
	Some of the netlink related macros are not defined properly and might
	generate alignment-related compilation warning on some architectures
	(e.g, ARM/XScale) if we use "-Wcast-align" compilation flag:
	
	"warning: cast increases required alignment of target type"
	
	We test for that warning and define a flag for each of the macros that
	might need to be redefined.

Revision  Changes                                Path
1.70      +15 -0;  commitid: 1e6044f5b5857ea6;   xorp/config.h.in
1.2       +150 -1;  commitid: 1e6044f5b5857ea6;  xorp/config/aclinux.m4
1.208     +944 -0;  commitid: 1e6044f5b5857ea6;  xorp/configure



More information about the Xorp-cvs mailing list