Add gcc40 infrastructure, but don't tie it to the build yet.
authorSimon Schubert <corecode@dragonflybsd.org>
Sun, 5 Jun 2005 22:43:21 +0000 (22:43 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Sun, 5 Jun 2005 22:43:21 +0000 (22:43 +0000)
commit80ef147059642d189ad8821927dac102fb842b95
tree2babde68683df71dc7a0c8c889a9dd5ed95632f1
parent84531ef95e15a0528599a9b3c7d0d7ac60d43f3f
Add gcc40 infrastructure, but don't tie it to the build yet.
74 files changed:
gnu/lib/gcc40/Makefile [new file with mode: 0644]
gnu/lib/gcc40/Makefile.inc [new file with mode: 0644]
gnu/lib/gcc40/libgcc/Makefile [new file with mode: 0644]
gnu/lib/gcc40/libgcov/Makefile [new file with mode: 0644]
gnu/lib/gcc40/libstdc++/Makefile [new file with mode: 0644]
gnu/lib/gcc40/libstdc++/c++config.h [new file with mode: 0644]
gnu/lib/gcc40/libstdc++/ctype_base.h.patch [new file with mode: 0644]
gnu/lib/gcc40/libstdc++/ctype_noninline.h.patch [new file with mode: 0644]
gnu/lib/gcc40/libstdc++/os_defines.h.patch [new file with mode: 0644]
gnu/lib/gcc40/libsupc++/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc40/Makefile.langs [new file with mode: 0644]
gnu/usr.bin/cc40/Makefile.tgt [new file with mode: 0644]
gnu/usr.bin/cc40/c++/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/c++/g++40.1 [new file with mode: 0644]
gnu/usr.bin/cc40/c++filt/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc/gcc40.1 [new file with mode: 0644]
gnu/usr.bin/cc40/cc1/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc1plus/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/bconfig.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/config.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/config/dragonfly-spec.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/config/dragonfly.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/config/i386/dragonfly.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/dragonfly-native.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/gthr-default.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/multilib.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/patches/c-format.c.patch [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/patches/gcc.c.patch [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/patches/libgcc2.c.patch [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/patches/system.h.patch [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/tconfig.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/tm.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_prep/tm_p.h [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/Makefile.inc [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/Makefile.tools [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/fini/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/gcov-iov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genattr/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genattrtab/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/gencheck/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/gencodes/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genconditions/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genconfig/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genconstants/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genemit/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genextract/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genflags/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/gengenrtl/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/gengtype/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genmddeps/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genmodes/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genopinit/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genoutput/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genpeep/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genpreds/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/genrecog/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cc_tools/libiberty/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/cpp/cpp40.1 [new file with mode: 0644]
gnu/usr.bin/cc40/doc/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/gcov/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/gcov/gcov40.1 [new file with mode: 0644]
gnu/usr.bin/cc40/libbackend/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/libcpp/Makefile [new file with mode: 0644]
gnu/usr.bin/cc40/libcpp/config.h [new file with mode: 0644]
gnu/usr.bin/cc40/libiberty/Makefile [new file with mode: 0644]
share/mk/Makefile
share/mk/bsd.cpu.gcc40.mk [new file with mode: 0644]
share/mk/bsd.cpu.mk