2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
This commit is contained in:
Ralf Corsepius
2004-02-12 09:08:05 +00:00
parent c0e7f2cdac
commit c24d7c8478
84 changed files with 212 additions and 44 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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)