Install the GCC 2.95 main info pages as gcc2.info and cpp2.info.
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 21 Dec 2004 13:10:48 +0000 (13:10 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Tue, 21 Dec 2004 13:10:48 +0000 (13:10 +0000)
commita0d7b2c0e3f5cbc645c9d8409f84a9e706834a9a
tree5306103bf0424ce3ce1087cebb26926ba2e57d38
parentc02820a8175a9c0352a03f29c3e822a0afe6f5d8
Install the GCC 2.95 main info pages as gcc2.info and cpp2.info.
Install the GCC 3.4.3 info pages as gcc.info and cpp.info instead.
Add the NO_CXX, NO_FORTRAN and NO_OBJC knobs to the gcc34 build
infrastructure.
Add the GCC 3.4 visibility patch, for further information read
http://www.nedprod.com/programs/gccvisibility.html
46 files changed:
gnu/lib/gcc34/Makefile
gnu/usr.bin/cc/doc/Makefile
gnu/usr.bin/cc34/Makefile
gnu/usr.bin/cc34/Makefile.langs
gnu/usr.bin/cc34/cc1plus/Makefile
gnu/usr.bin/cc34/cc1plus/patches/class.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc1plus/patches/cp-tree.h.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc1plus/patches/decl.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc1plus/patches/method.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc1plus/patches/optimize.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc1plus/patches/rtti.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/Makefile
gnu/usr.bin/cc34/cc_prep/config/dragonfly-spec.h
gnu/usr.bin/cc34/cc_prep/patches/c-common.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/c-decl.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/c-format.c.patch
gnu/usr.bin/cc34/cc_prep/patches/c-opts.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/c-pragma.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/c-pragma.h.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/c.opt.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/calls.c.patch
gnu/usr.bin/cc34/cc_prep/patches/combine.c.patch
gnu/usr.bin/cc34/cc_prep/patches/common.opt.patch
gnu/usr.bin/cc34/cc_prep/patches/cse.c.patch
gnu/usr.bin/cc34/cc_prep/patches/explow.c.patch
gnu/usr.bin/cc34/cc_prep/patches/expr.c.patch
gnu/usr.bin/cc34/cc_prep/patches/flags.h.patch
gnu/usr.bin/cc34/cc_prep/patches/function.c.patch
gnu/usr.bin/cc34/cc_prep/patches/gcc.c.patch
gnu/usr.bin/cc34/cc_prep/patches/gcse.c.patch
gnu/usr.bin/cc34/cc_prep/patches/genconditions.c.patch
gnu/usr.bin/cc34/cc_prep/patches/integrate.c.patch
gnu/usr.bin/cc34/cc_prep/patches/libgcc2.c.patch
gnu/usr.bin/cc34/cc_prep/patches/loop.c.patch
gnu/usr.bin/cc34/cc_prep/patches/optabs.c.patch
gnu/usr.bin/cc34/cc_prep/patches/opts.c.patch
gnu/usr.bin/cc34/cc_prep/patches/reload1.c.patch
gnu/usr.bin/cc34/cc_prep/patches/rtl.h.patch
gnu/usr.bin/cc34/cc_prep/patches/simplify-rtx.c.patch
gnu/usr.bin/cc34/cc_prep/patches/system.h.patch
gnu/usr.bin/cc34/cc_prep/patches/toplev.c.patch
gnu/usr.bin/cc34/cc_prep/patches/tree.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/cc_prep/patches/tree.h.patch
gnu/usr.bin/cc34/cc_prep/patches/varasm.c.patch [new file with mode: 0644]
gnu/usr.bin/cc34/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc34/doc/patches/invoke.texi.patch [new file with mode: 0644]