cvs commit: src/share/mk Makefile bsd.cpu.gcc40.mk bsd.cpu.mk src/gnu/usr.bin/cc40 Makefile Makefile.inc Makefile.langs Makefile.tgt src/gnu/usr.bin/cc40/c++ Makefile g++40.1 src/gnu/usr.bin/cc40/c++filt Makefile src/gnu/usr.bin/cc40/cc ...

Simon 'corecode' Schubert corecode at fs.ei.tum.de
Sun Jun 5 16:03:52 PDT 2005


On 06.06.2005, at 00:43, Simon Schubert wrote:
  Log:
  Add gcc40 infrastructure, but don't tie it to the build yet.
To try it out follow these steps (should be able to copy+paste):

# Install new bsd.*.mk files
cd /usr/src/share/mk
make install
# Now build gcc40 with the system compiler
cd /usr/src/gnu/usr.bin/cc40
make obj
make depend
make all
make install
# if you like a gcc40 compiled gcc40, do those as well:
make cleandir
make cleandir
env CCVER=gcc40 make depend
env CCVER=gcc40 make all
make install
# This you need in any case
cd /usr/src/gnu/lib/gcc40
make obj
make depend
make all
make includes
make install
printf "\aDone.\n"
cheers
  simon
--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low $$$ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \
Attachment:
PGP.sig
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00003.pgp
Type: application/octet-stream
Size: 186 bytes
Desc: "Description: This is a digitally signed message part"
URL: <http://lists.dragonflybsd.org/pipermail/commits/attachments/20050605/15336261/attachment-0017.obj>


More information about the Commits mailing list