Date: Thu, 24 Jun 2004 01:32:00 GMT From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 55659 for review Message-ID: <200406240132.i5O1W002011117@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=55659 Change 55659 by peter@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406240132.i5O1W002011117>