summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 5090ce0eee..b618e0cb12 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -278,6 +278,7 @@ RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V)
CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS)
+LD = @LD@
OBJCOPY = @OBJCOPY@
NM = @NM@
SIZE = @SIZE@