Loading core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -3286,7 +3286,7 @@ $(check_non_elf_file_timestamp): $(1) $(LLVM_READOBJ) $(hide) mkdir -p "$$(dir $$@)" $(hide) rm -f "$$@" $(hide) \ if $(LLVM_READOBJ) -h "$$<" >/dev/null 2>&1; then \ if $(LLVM_READOBJ) -h "$$<" 2>/dev/null | grep -q "^Format: elf"; then \ $(call echo-error,$(2),$(3)); \ $(call echo-error,$(2),found ELF file: $$<); \ false; \ Loading Loading
core/definitions.mk +1 −1 Original line number Diff line number Diff line Loading @@ -3286,7 +3286,7 @@ $(check_non_elf_file_timestamp): $(1) $(LLVM_READOBJ) $(hide) mkdir -p "$$(dir $$@)" $(hide) rm -f "$$@" $(hide) \ if $(LLVM_READOBJ) -h "$$<" >/dev/null 2>&1; then \ if $(LLVM_READOBJ) -h "$$<" 2>/dev/null | grep -q "^Format: elf"; then \ $(call echo-error,$(2),$(3)); \ $(call echo-error,$(2),found ELF file: $$<); \ false; \ Loading