X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile.upstream;h=17722ac8f2f70aae1fa812fc3230f04d8b9f49c8;hp=43ee8d16ad4fbd221dac82697d31ffa9fe091903;hb=f88fc081f73a0e07b7e26eab26ecf97b0130515d;hpb=b8cc2ea74a8621eaf11c9d160984c132e46efb20 diff --git a/Makefile.upstream b/Makefile.upstream index 43ee8d1..17722ac 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -15,9 +15,10 @@ url_gcc-3.3 := http://mirrors.rcn.net/pub/sourceware/gcc/releases/gcc url_jpeg-6b := http://www.ijg.org/files/jpegsrc.v6b.tar.gz url_jikes-1.18 := http://dist.xwt.org/jikes-1.18.tgz url_libmspack-20030726 := http://www.kyz.uklinux.net/downloads/libmspack-20030726.tar.gz -url_vera-1.10 := http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.gz +url_vera-1.10 := http://fgo-temp.acc.umu.se/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-1.10.tar.gz url_WindowMaker-0.80.2 := http://windowmaker.org/pub/source/release/WindowMaker-0.80.2.tar.gz url_bcel-5.1 := http://www.apache.org/dist/jakarta/bcel/binaries/bcel-5.1.tar.gz + .install_binutils-2.13.2.1_powerpc-apple-darwin: .vendor rm -rf upstream/darwin-linker/src cd upstream/darwin-linker; tar xvzf ../install/powerpc-apple-darwin/cctools-478.tgz @@ -106,6 +107,20 @@ environment_gcc_3.3_$(target) += PATH=$(shell pwd)/upstream/install/bi .PRECIOUS: .vendor .download_% .configure_%_$(target) .install_%_$(target) +.download_nestedvm: + mkdir -p upstream/nestedvm + cd upstream/nestedvm; wget -l 99 -nH -r http://nestedvm.ibex.org/ + touch $@ + +.build_nestedvm: .vendor .download_nestedvm + cd upstream/nestedvm; make usr=$(shell pwd)/upstream/install + touch $@ + +.install_nestedvm: .build_nestedvm + touch $@ + touch .install_gcc-3.3_mips-unknown-elf + touch .install_binutils-2.13.2.1_mips-unknown-elf + # vendor-supplied binaries and headers; this is stuff that comes with various OSes vendor: .vendor; @true .vendor: