[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[f-cpu] F-CPU gcc CVS
- To: <f-cpu@seul.org>
- Subject: [f-cpu] F-CPU gcc CVS
- From: devik <devik@cdi.cz>
- Date: Mon, 20 Jan 2003 11:11:37 +0100 (CET)
- Delivered-to: archiver@seul.org
- Delivered-to: f-cpu-outgoing@seul.org
- Delivered-to: f-cpu@seul.org
- Delivery-date: Mon, 20 Jan 2003 05:12:49 -0500
- Reply-to: f-cpu@seul.org
- Sender: owner-f-cpu@seul.org
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/