X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=3659aa69467e4b958e595d99fb542cde305ddfdf;hp=e8082da0db076e6b1f62d5b81e7e97715997e8b8;hb=119cb20e2b9d594032653c8464717b1420b6abc7;hpb=3a9347de699c1d52ae6ffe35c21fa30cea1c8033 diff --git a/upstream/Makefile b/upstream/Makefile index e8082da..3659aa6 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -163,7 +163,7 @@ version_boehmgc = 6.3alpha2 url_boehmgc = http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/gc$(version_boehmgc).tar.gz patches_boehmgc = boehm-gc.patch -version_busybox = 0.60.5 +version_busybox = 1.00-pre9 url_busybox = http://busybox.net/downloads/busybox-$(version_busybox).tar.gz patches_busybox = busybox.patch @@ -236,5 +236,5 @@ tasks/build_busybox: tasks/patch_busybox tasks/full_toolchain cd build && \ rm -f busybox && \ ln -s busybox-$(version_busybox) busybox - cd build/busybox && $(MAKE) SHELL=/bin/bash LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(MIPS_CFLAGS) -g" + cd build/busybox && $(MAKE) LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(MIPS_CFLAGS) -DNESTEDVM -g" touch $@