From df7f5915d77034aa9b442100fbe0dee9b66e6d8b Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sat, 9 Apr 2016 14:35:17 +0200 Subject: Added documentation for COMPRESSED_ISA parameter --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5948bd5..6565e09 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ FIRMWARE_OBJS = firmware/start.o firmware/irq.o firmware/print.o firmware/sieve. GCC_WARNS = -Werror -Wall -Wextra -Wshadow -Wundef -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings GCC_WARNS += -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -pedantic # -Wconversion TOOLCHAIN_PREFIX = /opt/riscv32i/bin/riscv32-unknown-elf- -# COMPRESSED_ISA = C +COMPRESSED_ISA = C test: testbench.exe firmware/firmware.hex vvp -N testbench.exe -- cgit