cvs commit: src/contrib/gcc cccp.c cppinit.c install.texi protoize.c tm.texi src/gnu/usr.bin/cc/cc_tools dragonfly-native.h freebsd-native.h src/gnu/usr.bin/cc3/cc_tools dragonfly-native.h

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Wed Apr 7 07:03:36 PDT 2004


joerg       2004/04/07 07:02:41 PDT

DragonFly src repository

  Modified files:
    contrib/gcc          cccp.c cppinit.c install.texi protoize.c 
                         tm.texi 
    gnu/usr.bin/cc/cc_tools dragonfly-native.h freebsd-native.h 
    gnu/usr.bin/cc3/cc_tools dragonfly-native.h 
  Log:
  Adjust the C++ preprocessor to include /usr/include/c++ by default for
  version independent C++ header files.
  
  For GCC 2.95 this is done by adding a new define GPLUSPLUS_INCLUDE_DIR2,
  for GCC 3.3 the version depend path is now included in
  GPLUSPLUS_TOOL_INCLUDE_DIR and the version independ path in
  GPLUSPLUS_INCLUDE_DIR. If the compiler is updated, it should be checked
  that /usr/include/c++/$CCVER is still included before /usr/include/c++.
  
  Revision  Changes    Path
  1.3       +2 -1      src/contrib/gcc/cccp.c
  1.2       +1 -0      src/contrib/gcc/cppinit.c
  1.2       +4 -0      src/contrib/gcc/install.texi
  1.2       +1 -0      src/contrib/gcc/protoize.c
  1.2       +5 -3      src/contrib/gcc/tm.texi
  1.5       +1 -0      src/gnu/usr.bin/cc/cc_tools/dragonfly-native.h
  1.3       +2 -1      src/gnu/usr.bin/cc/cc_tools/freebsd-native.h
  1.6       +2 -1      src/gnu/usr.bin/cc3/cc_tools/dragonfly-native.h


http://www.dragonflybsd.org/cvsweb/src/contrib/gcc/cccp.c.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/contrib/gcc/cppinit.c.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/contrib/gcc/install.texi.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/contrib/gcc/protoize.c.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/contrib/gcc/tm.texi.diff?r1=1.1&r2=1.2&f=h
http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/cc/cc_tools/dragonfly-native.h.diff?r1=1.4&r2=1.5&f=h
http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/cc/cc_tools/freebsd-native.h.diff?r1=1.2&r2=1.3&f=h
http://www.dragonflybsd.org/cvsweb/src/gnu/usr.bin/cc3/cc_tools/dragonfly-native.h.diff?r1=1.5&r2=1.6&f=h





More information about the Commits mailing list