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: Thu, 9 Jun 2005 16:37:48 +0200

On 06.06.2005, at 01:03, Simon 'corecode' Schubert wrote:
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):

of course i forgot something...


# Install new bsd.*.mk files
cd /usr/src/share/mk
make install

# Make needed directories mtree -deU -f /usr/src/etc/mtree/BSD.usr.dist -p /usr mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include

# 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

# need includes before building make includes

make depend
make all
make install
printf "\aDone.\n"

hopefully that works better now


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]