upgraded nestedvm
[org.ibex.core.git] / Makefile.upstream
index b4e8759..17722ac 100644 (file)
@@ -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