PERFORCE change 55659 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 24 01:32:02 GMT 2004


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

Change 55659 by peter at peter_daintree on 2004/06/24 01:31:59

	I have no idea what the hell is going on here, but CXXFLAGS was missing the -D and -I
	flags to both mkdep and the c++ compile commands.

Affected files ...

.. //depot/projects/hammer/gnu/lib/libstdc++/Makefile#17 edit
.. //depot/projects/hammer/gnu/lib/libsupc++/Makefile#3 edit

Differences ...

==== //depot/projects/hammer/gnu/lib/libstdc++/Makefile#17 (text+ko) ====

@@ -15,6 +15,8 @@
 
 CFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
 CFLAGS+=	-I${.CURDIR} -I${SUPDIR} -I${GCCDIR}
+CXXFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
+CXXFLAGS+=	-I${.CURDIR} -I${SUPDIR} -I${GCCDIR}
 CXXFLAGS+=	-fno-implicit-templates -ffunction-sections -fdata-sections -Wno-deprecated
 #LDFLAGS+=	-Wl,-version-info,4:0:0 -Wl,--version-script=${SRCDIR}/src/linker.map
 

==== //depot/projects/hammer/gnu/lib/libsupc++/Makefile#3 (text+ko) ====

@@ -18,6 +18,8 @@
 
 CFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
 CFLAGS+=	-I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++
+CXXFLAGS+=	-DIN_GLIBCPP_V3 -DHAVE_CONFIG_H
+CXXFLAGS+=	-I${SRCDIR} -I${GCCDIR} -I${.CURDIR}/../libstdc++
 CXXFLAGS+=	-fno-implicit-templates -ffunction-sections -fdata-sections
 
 HDRS=	exception new typeinfo cxxabi.h exception_defines.h


More information about the p4-projects mailing list