From 57357d91656b3ccae223a7df18f61e1915f830d1 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 17 Oct 2006 08:58:44 +0000 Subject: =?UTF-8?q?2006-10-17=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Makefile.am: Remove superfluous -DASM. --- c/src/lib/libbsp/powerpc/psim/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/psim/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/psim/Makefile.am b/c/src/lib/libbsp/powerpc/psim/Makefile.am index f1f3c07646..1f100f9d46 100644 --- a/c/src/lib/libbsp/powerpc/psim/Makefile.am +++ b/c/src/lib/libbsp/powerpc/psim/Makefile.am @@ -27,12 +27,12 @@ include_HEADERS += include/coverhd.h EXTRA_DIST = start/start.S start.$(OBJEXT): start/start.S - $(CPPASCOMPILE) -DASM -o $@ -c $< + $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA = start.$(OBJEXT) EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S - $(CPPASCOMPILE) -DASM -o $@ -c $< + $(CPPASCOMPILE) -o $@ -c $< project_lib_DATA += rtems_crti.$(OBJEXT) dist_project_lib_DATA += startup/linkcmds -- cgit v1.2.3