summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am')
-rw-r--r--c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
index 9bf9f8f998..3306e89970 100644
--- a/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/support/new_exception_processing/Makefile.am
@@ -8,7 +8,7 @@ include $(top_srcdir)/../../../../../automake/compile.am
noinst_PROGRAMS = rtems-cpu.rel
rtems_cpu_rel_SOURCES = cpu.c cpu_asm.S
-rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
+rtems_cpu_rel_CPPFLAGS = $(AM_CPPFLAGS)
rtems_cpu_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
include $(top_srcdir)/../../../../../automake/local.am