X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=Makefile.upstream;h=17722ac8f2f70aae1fa812fc3230f04d8b9f49c8;hp=b4e8759daed9a238edb627d855b72a3a063b1e7f;hb=9f6bc4d29eafba1903d681a286e28483766afaa6;hpb=3bddaf5a2a3a9a12362b25560dee469e35649ae0 diff --git a/Makefile.upstream b/Makefile.upstream index b4e8759..17722ac 100644 --- a/Makefile.upstream +++ b/Makefile.upstream @@ -109,15 +109,17 @@ environment_gcc_3.3_$(target) += PATH=$(shell pwd)/upstream/install/bi .download_nestedvm: mkdir -p upstream/nestedvm - cd upstream/nestedvm; wget -nH -r http://nestedvm.ibex.org/ + cd upstream/nestedvm; wget -l 99 -nH -r http://nestedvm.ibex.org/ touch $@ -.build_nestedvm: .download_nestedvm - cd upstream/nestedvm; make +.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