PERFORCE change 127685 for review

John Birrell jb at FreeBSD.org
Thu Oct 18 02:49:51 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127685

Change 127685 by jb at jb_freebsd1 on 2007/10/18 09:49:31

	Remove -Wno-pointer-sign from CXXFLAGS because gcc 4.2
	hates it.

Affected files ...

.. //depot/projects/dtrace/src/share/mk/sys.mk#9 edit

Differences ...

==== //depot/projects/dtrace/src/share/mk/sys.mk#9 (text+ko) ====

@@ -53,10 +53,11 @@
 .else
 DEBUG_FLAGS	=	-g
 .endif
+AFLAGS		+=	--gdwarf2
 .endif
 
 CXX		?=	c++
-CXXFLAGS	?=	${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes}
+CXXFLAGS	?=	${CFLAGS:N-std=*:N-Wnested-externs:N-W*-prototypes:N-Wno-pointer-sign}
 
 CPP		?=	cpp
 


More information about the p4-projects mailing list