forked from Imagelibrary/rtems
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Remove superfluous -DASM.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
@@ -24,7 +24,7 @@ include_HEADERS += include/coverhd.h
|
||||
|
||||
EXTRA_DIST = ../../sparc/shared/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
dist_project_lib_DATA += startup/linkcmds
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
@@ -26,7 +26,7 @@ include_HEADERS += include/coverhd.h
|
||||
|
||||
EXTRA_DIST = ../../sparc/shared/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* Makefile.am: Remove superfluous -DASM.
|
||||
|
||||
2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require autoconf-2.60. Require automake-1.10.
|
||||
|
||||
@@ -27,7 +27,7 @@ include_HEADERS += include/spacewire.h
|
||||
|
||||
EXTRA_DIST = ../../sparc/shared/start.S
|
||||
start.$(OBJEXT): ../../sparc/shared/start.S
|
||||
$(CPPASCOMPILE) -DASM -o $@ -c $<
|
||||
$(CPPASCOMPILE) -o $@ -c $<
|
||||
|
||||
project_lib_DATA = start.$(OBJEXT)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user