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

[f-cpu] F-CPU gcc CVS



Hi,
I setup CVS server for gcc/config/fcpu subdirectory
of gcc. The current trunk head can compile majority
of code and can finally correctly generate
loadaddr vs. loadaddrd.
MR will merge it's SIMD support latter.

You can untar vanilla gcc-3.2.1, do
cd gcc/config
export CVSROOT=:pserver:anonymous@luxik.cdi.cz:/var/cvsroot
cvs login
 password: cvs
cvs -z6 co fcpugcc
mv fcpugcc fcpu
cd ../..
patch -i gcc/config/fcpu/gcc32fcpu_conf.diff -p0

The last thing is needed because we don't have whole
gcc in CVS, only fcpu subdir - thus gcc32fcpu_conf.diff
is needed to add fcpu target to Makefiles.
Then you can do ./configure --target=fcpu-none-none.
To keep itself up to date to sometimes:
cd gcc/config/fcpu
cvs login
 ....
cvs -z6 update

and recompile :)

have a fun,
devik

PS: if you'd want CVS also for other things (vhdl) let
    me know

*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu       in the body. http://f-cpu.seul.org/