From 3d38a12ca171490e22c7b56cd19c008f2dadfb83 Mon Sep 17 00:00:00 2001 From: "John Wilbert M. Villamor" Date: Sun, 29 Nov 2020 20:18:38 +0800 Subject: Defined MDEC registers, corrected SquareRoot12() lookup table typo, updated memmove(), removed redundant toolchain definitions, added HDTV example --- examples/examples-setup.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/examples-setup.mk') diff --git a/examples/examples-setup.mk b/examples/examples-setup.mk index a5cfc20..0692d89 100644 --- a/examples/examples-setup.mk +++ b/examples/examples-setup.mk @@ -60,4 +60,5 @@ CC = $(GCC_BIN)$(PREFIX)gcc CXX = $(GCC_BIN)$(PREFIX)g++ AS = $(GCC_BIN)$(PREFIX)as AR = $(GCC_BIN)$(PREFIX)ar +LD = $(GCC_BIN)$(PREFIX)ld RANLIB = $(GCC_BIN)$(PREFIX)ranlib \ No newline at end of file -- cgit v1.2.3