summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--automake/compile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28c04042b1..dc1ada8518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
+
+ * automake/compile.am: Add LD.
+
2000-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config.guess, config.sub: Update from CVS-autoconf to pick
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@