forked from Imagelibrary/rtems
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../sparc/shared instead of
|
||||
|
||||
@@ -18,7 +18,7 @@ include_HEADERS += include/coverhd.h
|
||||
|
||||
EXTRA_DIST = ../../sparc/shared/start.S
|
||||
start$(LIB_VARIANT).$(OBJEXT): ../../sparc/shared/start.S
|
||||
${CCASCOMPILE} -DASM -o $@ -c $<
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
|
||||
|
||||
2004-02-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Pickup files from ../../sparc/shared instead of
|
||||
|
||||
@@ -20,7 +20,7 @@ include_HEADERS += include/coverhd.h
|
||||
|
||||
EXTRA_DIST = ../../sparc/shared/start.S
|
||||
start$(LIB_VARIANT).$(OBJEXT): ../../sparc/shared/start.S
|
||||
${CCASCOMPILE} -DASM -o $@ -c $<
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
|
||||
project_lib_DATA = start$(LIB_VARIANT).$(OBJEXT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user