[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [f-cpu] F-CPU gcc CVS
On Mon, Jan 20, 2003 at 11:11:37AM +0100, devik wrote:
> 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.
Yes, but it takes an awful lot of time and memory for that. I guess we
need to find a cheaper way.
[...]
> Then you can do ./configure --target=fcpu-none-none.
Wait... it has to be `fcpu-fcpu-none'. On my system, I added `fcpu'
as a shorthand:
------- begin patch -------
--- ./config.sub~ Sat Feb 9 04:00:13 2002
+++ ./config.sub Sat Jan 11 01:48:54 2003
@@ -460,6 +460,10 @@
es1800 | OSE68k | ose68k | ose | OSE)
basic_machine=m68k-ericsson
os=-ose
+ ;;
+ fcpu)
+ basic_machine=fcpu-fcpu
+ os=-none
;;
fx2800)
basic_machine=i860-alliant
------- end patch -------
If you run `./configure --target=fcpu' and have the latest fctools
installed, configure will automatically find the F-CPU assembler.
--
Michael "Tired" Riepe <Michael.Riepe@stud.uni-hannover.de>
"All I wanna do is have a little fun before I die"
*************************************************************
To unsubscribe, send an e-mail to majordomo@seul.org with
unsubscribe f-cpu in the body. http://f-cpu.seul.org/