X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=319a44305bebd7cf5c84383e005bb9ae7cbe4dae;hp=5b1a63fe65b080994cdb7f41de415b5e4018e475;hb=5b62cb45b6a5d4b8ca602df1ac26c91de1182f61;hpb=b06ccd754715eb03f017a9dc3c0506be4194bb28 diff --git a/upstream/Makefile b/upstream/Makefile index 5b1a63f..319a443 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -273,7 +273,7 @@ tasks/build_busybox: tasks/patch_busybox tasks/build_libc cd build && \ rm -f busybox && \ ln -s busybox-$(version_busybox) busybox - cd build/busybox && $(MAKE) LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(MIPS_CFLAGS) -DNESTEDVM -g" + cd build/busybox && $(MAKE) LDFLAGS="$(MIPS_LDFLAGS)" CFLAGS_EXTRA="$(filter-out -Werror,$(MIPS_CFLAGS)) -DNESTEDVM -g" touch $@ tasks/build_gcclass: