compact runtime jar
[nestedvm.git] / upstream / Makefile
index 3659aa6..430c2e0 100644 (file)
@@ -167,7 +167,6 @@ version_busybox = 1.00-pre9
 url_busybox = http://busybox.net/downloads/busybox-$(version_busybox).tar.gz
 patches_busybox = busybox.patch
 
-
 tasks/extract_libjpeg: tasks/download_libjpeg
        mkdir -p build
        cd build && \
@@ -238,3 +237,8 @@ tasks/build_busybox: tasks/patch_busybox tasks/full_toolchain
                ln -s busybox-$(version_busybox) busybox
        cd build/busybox && $(MAKE) LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(MIPS_CFLAGS) -DNESTEDVM -g"
        touch $@
+
+tasks/build_gcclass:
+       cd build &&  darcs get --verbose http://darcs.brianweb.net/gcclass
+       cd build/gcclass && make
+       touch $@