DragonFly BSD
DragonFly commits List (threaded) for 2005-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: 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 ...


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Mon, 6 Jun 2005 01:03:19 +0200

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
Description: This is a digitally signed message part



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]