|
[MinGW-cvs] msys/rt/src/winsup ChangeLog.MSYS,1.1,1.1.12.1 Makefile.common,1.1.1.1,1.1.1.1.12.1
From: <earnie@us...> - 2003-04-19 00:32
|
Update of /cvsroot/mingw/msys/rt/src/winsup
In directory sc8-pr-cvs1:/tmp/cvs-serv13175
Modified Files:
Tag: gcc_3_2_2_upgrade
ChangeLog.MSYS Makefile.common
Log Message:
* Add inclusion definition for /usr/include/c++/3.2.2 so that c++
header files can be found.
Index: ChangeLog.MSYS
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/ChangeLog.MSYS,v
retrieving revision 1.1
retrieving revision 1.1.12.1
diff -C2 -d -r1.1 -r1.1.12.1
*** ChangeLog.MSYS 14 Oct 2001 14:57:52 -0000 1.1
--- ChangeLog.MSYS 19 Apr 2003 00:32:19 -0000 1.1.12.1
***************
*** 1,2 ****
--- 1,6 ----
+ 2003.04.18 Earnie Boyd <earnie@...>
+
+ * Add inclusion definition for /usr/include/c++/3.2.2 so that c++
+ header files can be found.
2001.07.27 Earnie Boyd <earnie@...>
Index: Makefile.common
===================================================================
RCS file: /cvsroot/mingw/msys/rt/src/winsup/Makefile.common,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.12.1
diff -C2 -d -r1.1.1.1 -r1.1.1.1.12.1
*** Makefile.common 7 Aug 2001 17:50:59 -0000 1.1.1.1
--- Makefile.common 19 Apr 2003 00:32:19 -0000 1.1.1.1.12.1
***************
*** 94,99 ****
--- 94,102 ----
libgcc:=${subst \,/,${shell $(CC_FOR_TARGET) -print-libgcc-file-name}}
GCC_INCLUDE:=${word 1,${dir $(libgcc)}}/include
+ CPP_INCLUDE:=/usr/include/c++/3.2.2
+ CPP_TARGET_INCLUDE:=/usr/include/c++/3.2.2/i686-pc-msys
COMPILE_CXX:=$(CXX) $c -nostdinc++ $(ALL_CXXFLAGS) -I$(GCC_INCLUDE) \
+ -I$(CPP_INCLUDE) -I$(CPP_TARGET_INCLUDE) \
-fno-rtti -fno-exceptions
COMPILE_CC:=$(CC) $c -nostdinc $(ALL_CFLAGS) -I$(GCC_INCLUDE)
|
| Thread | Author | Date |
|---|---|---|
| [MinGW-cvs] msys/rt/src/winsup ChangeLog.MSYS,1.1,1.1.12.1 Makefile.common,1.1.1.1,1.1.1.1.12.1 | <earnie@us...> |