From: brian Date: Fri, 21 May 2004 11:00:59 +0000 (-0700) Subject: no -Werror for busybox X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=commitdiff_plain;h=5b62cb45b6a5d4b8ca602df1ac26c91de1182f61 no -Werror for busybox darcs-hash:20040521110059-24bed-93e43634944891933a595438abf93ffc799cc42f.gz --- 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: