summaryrefslogtreecommitdiffstats
path: root/automake/compile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 18:47:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 18:47:07 +0000
commit4dc2e9a75e87829a8432b7ce2e37bf66a7ceaf51 (patch)
treec515059dc58fdd3d932668a849e1e0b352416f4d /automake/compile.am
parent2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr> (diff)
downloadrtems-4dc2e9a75e87829a8432b7ce2e37bf66a7ceaf51.tar.bz2
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
* automake/compile.am: Add LD.
Diffstat (limited to '')
-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@