2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>

* automake/compile.am: Add LD.
This commit is contained in:
Joel Sherrill
2001-01-03 18:47:07 +00:00
parent fdfa5b9f5c
commit 4dc2e9a75e
2 changed files with 5 additions and 0 deletions

View File

@@ -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> 2000-11-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* config.guess, config.sub: Update from CVS-autoconf to pick * config.guess, config.sub: Update from CVS-autoconf to pick

View File

@@ -278,6 +278,7 @@ RTEMS_CFLAGS__V = $(RTEMS_CFLAGS_OPTIMIZE_V)
CC = @CC@ $(GCCSPECS) CC = @CC@ $(GCCSPECS)
CXX = @CXX@ $(GCCSPECS) CXX = @CXX@ $(GCCSPECS)
LD = @LD@
OBJCOPY = @OBJCOPY@ OBJCOPY = @OBJCOPY@
NM = @NM@ NM = @NM@
SIZE = @SIZE@ SIZE = @SIZE@