2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
This commit is contained in:
Joel Sherrill
2000-11-15 21:56:14 +00:00
parent 8c47d5098c
commit 39cdc26ed9
2 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2000-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Use * instead of *_FOR_TARGET (BUG-FIX).
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

View File

@@ -6,13 +6,13 @@ RTEMS_BSP = @RTEMS_BSP@
prefix = @prefix@
CC_FOR_TARGET = @CC_FOR_TARGET@
AS_FOR_TARGET = @AS_FOR_TARGET@
AR_FOR_TARGET = @AR_FOR_TARGET@
NM_FOR_TARGET = @NM_FOR_TARGET@
LD_FOR_TARGET = @LD_FOR_TARGET@
SIZE_FOR_TARGET = @SIZE_FOR_TARGET@
OBJCOPY_FOR_TARGET = @OBJCOPY_FOR_TARGET@
CC_FOR_TARGET = @CC@
AS_FOR_TARGET = @AS@
AR_FOR_TARGET = @AR@
NM_FOR_TARGET = @NM@
LD_FOR_TARGET = @LD@
SIZE_FOR_TARGET = @SIZE@
OBJCOPY_FOR_TARGET = @OBJCOPY@
CC= $(CC_FOR_TARGET)
AS= $(AS_FOR_TARGET)