cvs commit: src/gnu/lib/gcc34 Makefile Makefile.inc src/gnu/lib/gcc34/libgcc Makefile src/gnu/lib/gcc34/libgcov Makefile src/gnu/lib/gcc34/libobjc Makefile src/gnu/lib/gcc34/libstdc++ Makefile c++config.h ...

Joerg Sonnenberger joerg at crater.dragonflybsd.org
Mon Jun 14 15:28:09 PDT 2004


joerg       2004/06/14 15:27:56 PDT

DragonFly src repository

  Added files:
    gnu/lib/gcc34        Makefile Makefile.inc 
    gnu/lib/gcc34/libgcc Makefile 
    gnu/lib/gcc34/libgcov Makefile 
    gnu/lib/gcc34/libobjc Makefile 
    gnu/lib/gcc34/libstdc++ Makefile c++config.h 
    gnu/lib/gcc34/libsupc++ Makefile 
    gnu/usr.bin/cc34     Makefile Makefile.inc Makefile.langs 
                         Makefile.tgt 
    gnu/usr.bin/cc34/c++ Makefile 
    gnu/usr.bin/cc34/c++filt Makefile 
    gnu/usr.bin/cc34/cc  Makefile cc.1 
    gnu/usr.bin/cc34/cc1 Makefile 
    gnu/usr.bin/cc34/cc1obj Makefile 
    gnu/usr.bin/cc34/cc1plus Makefile 
    gnu/usr.bin/cc34/cc_prep Makefile bconfig.h config.h 
                             dragonfly-native.h gthr-default.h 
                             multilib.h tconfig.h tm.h tm_p.h 
    gnu/usr.bin/cc34/cc_prep/config dragonfly-spec.h dragonfly.h 
    gnu/usr.bin/cc34/cc_prep/config/i386 dragonfly.h 
    gnu/usr.bin/cc34/cc_prep/patches libgcc2.c.patch 
    gnu/usr.bin/cc34/cc_tools Makefile Makefile.inc Makefile.tools 
    gnu/usr.bin/cc34/cc_tools/fini Makefile 
    gnu/usr.bin/cc34/cc_tools/gcov-iov Makefile 
    gnu/usr.bin/cc34/cc_tools/genattr Makefile 
    gnu/usr.bin/cc34/cc_tools/genattrtab Makefile 
    gnu/usr.bin/cc34/cc_tools/gencheck Makefile 
    gnu/usr.bin/cc34/cc_tools/gencodes Makefile 
    gnu/usr.bin/cc34/cc_tools/genconditions Makefile 
    gnu/usr.bin/cc34/cc_tools/genconfig Makefile 
    gnu/usr.bin/cc34/cc_tools/genconstants Makefile 
    gnu/usr.bin/cc34/cc_tools/genemit Makefile 
    gnu/usr.bin/cc34/cc_tools/genextract Makefile 
    gnu/usr.bin/cc34/cc_tools/genflags Makefile 
    gnu/usr.bin/cc34/cc_tools/gengenrtl Makefile 
    gnu/usr.bin/cc34/cc_tools/gengtype Makefile 
    gnu/usr.bin/cc34/cc_tools/genmodes Makefile 
    gnu/usr.bin/cc34/cc_tools/genopinit Makefile 
    gnu/usr.bin/cc34/cc_tools/genoutput Makefile 
    gnu/usr.bin/cc34/cc_tools/genpeep Makefile 
    gnu/usr.bin/cc34/cc_tools/genpreds Makefile 
    gnu/usr.bin/cc34/cc_tools/genrecog Makefile 
    gnu/usr.bin/cc34/cpp Makefile cpp.1 
    gnu/usr.bin/cc34/f771 Makefile 
    gnu/usr.bin/cc34/g77 Makefile g77.1 
    gnu/usr.bin/cc34/gcov Makefile gcov.1 
    gnu/usr.bin/cc34/libbackend Makefile 
    gnu/usr.bin/cc34/libcpp Makefile 
  Log:
  Build infrastructure for GCC 3.4
  
  This is based both on the logical structure of GCC own Makefiles
  and the build framework of GCC 3.3. For the moment, the generated
  helper files are recreated for each directory using them to make
  the dependencies simpler. libgcc_r is not included, because the
  only difference is the normal version is an explicit call to
  pthread_mutex_init instead of using the static init model, which
  is serialized by a spinlock for all those locks.
  
  This is not yet hooked into the normal buildworld system.






More information about the Commits mailing list