mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
2001-01-03 Emmanuel Raguet <raguet@crf.canon.fr>
* automake/compile.am: Add LD.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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@
|
||||||
|
|||||||
Reference in New Issue
Block a user