gcc50: Bring in makefiles but leave them unhooked
authorJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 13:06:06 +0000 (14:06 +0100)
committerJohn Marino <draco@marino.st>
Tue, 10 Feb 2015 13:10:34 +0000 (14:10 +0100)
commit1735c822de90e70f9f2e7e25a35abf874325d1d9
tree1454b97120a8fec316d924ea3906326acfeb27ad
parent0ed590e196a01ead6e59d96891e47b7dece038fe
gcc50: Bring in makefiles but leave them unhooked

The pre-release version of GCC 5.0 will be brought into base soon.  This
commit brings in the makefiles that build it, but they are not hooked
into the build in any way.  Before that happens, the vendor branch needs
to be merged into base, and dozens for files need to be simultaneously
changed.  GCC 4.4 will be unhooked at the same time.

The GCC releases provide pre-generated man pages, but the pre-releases do
not.  To support this, a switch has been added that installs man pages
from these directories.  When GCC 5.0 is released, those man pages will
be removed and the man pages will be installed from contrib/gcc-5.0
90 files changed:
gnu/lib/gcc50/Makefile [new file with mode: 0644]
gnu/lib/gcc50/Makefile.inc [new file with mode: 0644]
gnu/lib/gcc50/csu/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgcc/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgcc/Makefile.src [new file with mode: 0644]
gnu/lib/gcc50/libgcc/auto-target.h [new file with mode: 0644]
gnu/lib/gcc50/libgcc_eh/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgcc_pic/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgcov/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgomp/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libgomp/config.h [new file with mode: 0644]
gnu/lib/gcc50/libitm/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libitm/config.h [new file with mode: 0644]
gnu/lib/gcc50/libitm/libitm.spec [new file with mode: 0644]
gnu/lib/gcc50/libobjc/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libobjc/config.h [new file with mode: 0644]
gnu/lib/gcc50/libssp/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libssp/config.h [new file with mode: 0644]
gnu/lib/gcc50/libssp_nonshared/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_1998/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_1998/Makefile.src [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_2011/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_2011/Makefile.src [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_supc/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/components/libconv_supc/Makefile.src [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/headers/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/headers/Makefile.headers [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/headers/config.h [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/product/Makefile [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/product/Makefile.src [new file with mode: 0644]
gnu/lib/gcc50/libstdcxx/product/libstdc++-symbols.ver [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile.intcxx_lib [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile.langs [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile.tgt [new file with mode: 0644]
gnu/usr.bin/cc50/Makefile.version [new file with mode: 0644]
gnu/usr.bin/cc50/backends/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/guts/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/guts/guts-cobjc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/guts/guts-common/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/guts/guts-cxx/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/guts/guts-target/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/cc1/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/cc1obj/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/cc1plus/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/lto-wrapper/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/backends/programs/lto1/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/auto-host.h [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/config.h [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/config/dragonfly-native.h [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/multilib.h [new file with mode: 0644]
gnu/usr.bin/cc50/cc_prep/tconfig.h [new file with mode: 0644]
gnu/usr.bin/cc50/cc_tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/cc_tools/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc50/cc_tools/libcpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/cc_tools/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/cc_tools/tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/c++/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/cc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/cc/gcc.1 [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/cpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/cpp/cpp.1 [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/gcov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/drivers/gcov/gcov.1 [new file with mode: 0644]
gnu/usr.bin/cc50/libbackend/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libbacktrace/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libbacktrace/backtrace-supported.h [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libbacktrace/config.h [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libcommon-target/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libcommon/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libcpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libcpp/config.h [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libdecnumber/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libdecnumber/config.h [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libiberty-pic/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/libiberty/config.h [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/liblto_plugin/Makefile [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/liblto_plugin/Makefile.headers [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/liblto_plugin/b-header-vars [new file with mode: 0644]
gnu/usr.bin/cc50/support-libs/liblto_plugin/config.h [new file with mode: 0644]