diff --git a/www/Makefile b/www/Makefile index ef2b11d5b3..d113d4e705 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,7 +1,7 @@ ACTION=@echo preprocessing $@; rm -f $@; $(HOME)/bin/fcpp -WWW -Uunix -H -C -V -LL >$@ SRC := $(wildcard *.t) -OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html +OBJS := $(SRC:%.t=%.html) daily.shtml main.shtml index.shtml bugs.html status.shtml .SUFFIXES: .t .html diff --git a/www/daily.t b/www/daily.t index c8c7e992e5..4a1f34232e 100644 --- a/www/daily.t +++ b/www/daily.t @@ -32,4 +32,29 @@ The batch timestamp is GMT.
+ +
These builds are as "bleeding edge" as you can get. Up-to-date builds of the latest CVS code (the top line from the above table): + +
There are also -pre-cooked RH7.1 RPMs available from sh-linux.org +pre-cooked RH7.1 RPMs available from sh-linux.org, although some people have reported difficulties getting Rockbox to work with this.
Felix Arends has written a page about setting up an SH-1 compiler for Windows. +
Justin Heiner has built a +win32 cross compiler for cygwin users. + #include "foot.t"