aboutsummaryrefslogtreecommitdiff
path: root/examples/examples-setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples-setup.mk')
-rw-r--r--examples/examples-setup.mk1
1 files changed, 1 insertions, 0 deletions
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