From 844609f9f11c53956302c3b3b747ae510567de16 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 7 Jan 2005 06:57:39 +0000 Subject: 2005-01-07 Ralf Corsepius * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V. --- c/src/lib/libbsp/powerpc/helas403/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/helas403/Makefile.am') diff --git a/c/src/lib/libbsp/powerpc/helas403/Makefile.am b/c/src/lib/libbsp/powerpc/helas403/Makefile.am index 0ea91ff647..cc51a252fc 100644 --- a/c/src/lib/libbsp/powerpc/helas403/Makefile.am +++ b/c/src/lib/libbsp/powerpc/helas403/Makefile.am @@ -27,12 +27,12 @@ include_HEADERS += include/coverhd.h noinst_PROGRAMS += dlentry.rel dlentry_rel_SOURCES = dlentry/dlentry.S -dlentry_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +dlentry_rel_CPPFLAGS = $(AM_CPPFLAGS) dlentry_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) noinst_PROGRAMS += flashentry.rel flashentry_rel_SOURCES = flashentry/flashentry.S -flashentry_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +flashentry_rel_CPPFLAGS = $(AM_CPPFLAGS) flashentry_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) dist_project_lib_DATA += startup/linkcmds startup/linkcmds.dl @@ -42,7 +42,7 @@ startup_rel_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \ ../../shared/bsppost.c startup/bspstart.c ../../shared/bootcard.c \ ../../shared/main.c ../../shared/sbrk.c startup/setvec.c \ ../../shared/gnatinstallhandler.c -startup_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V) +startup_rel_CPPFLAGS = $(AM_CPPFLAGS) startup_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES) -- cgit v1.2.3