X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=2723efbbebfd404eb5bb004768aa43fa8de5c582;hb=15511835b9e60d08ac5eb3c4ff326cec8c43ed6d;hp=f2277d16463fda937034f54779b816c3ed285d69;hpb=94a458626a9f12aa670926d633f445bebc1fb63c;p=coreboot.git diff --git a/Makefile b/Makefile index f2277d164..2723efbbe 100644 --- a/Makefile +++ b/Makefile @@ -113,7 +113,7 @@ include $(HAVE_DOTCONFIG) ifneq ($(INNER_SCANBUILD),y) ifeq ($(CONFIG_COMPILER_LLVM_CLANG),y) -CC:=clang -m32 +CC:=clang -m32 -mno-mmx -mno-sse HOSTCC:=clang endif endif @@ -276,7 +276,7 @@ clean: clean-for-update clean-target clean-cscope: rm -f cscope.out -distclean: clean-cscope +distclean: rm -rf $(obj) rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig* .ccwrap .xcompile