diff --git a/Makefile b/Makefile index bcdf54fde..5a9f0866a 100644 --- a/Makefile +++ b/Makefile @@ -497,6 +497,9 @@ all: $(ROM) ifeq ($(COMPARE),1) @$(PRINT) "$(GREEN)Checking if ROM matches.. $(NO_COL)\n" @$(SHA1SUM) --quiet -c $(TARGET).sha1 && $(PRINT) "$(TARGET): $(GREEN)OK$(NO_COL)\n" || ($(PRINT) "$(YELLOW)Building the ROM file has succeeded, but does not match the original ROM.\nThis is expected, and not an error, if you are making modifications.\nTo silence this message, use 'make COMPARE=0.' $(NO_COL)\n" && false) +else + @$(SHA1SUM) $(ROM) + @$(PRINT) "${GREEN}Build succeeded.\n" endif clean: diff --git a/tools/libbfd-2.30.so b/tools/libbfd-2.30.so deleted file mode 100644 index e7e56dd3f..000000000 Binary files a/tools/libbfd-2.30.so and /dev/null differ diff --git a/tools/mips64-elf-ld b/tools/mips64-elf-ld index d5f52b075..deaeebdf2 100755 Binary files a/tools/mips64-elf-ld and b/tools/mips64-elf-ld differ