CFLAGS_OPTIMIZE_V = -O2.

This commit is contained in:
Ralf Corsepius
2007-01-18 06:24:58 +00:00
parent b8bf9345b8
commit fa1b2aafe1
6 changed files with 5 additions and 6 deletions

View File

@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=gensh2
CPU_CFLAGS= -m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O2
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user

View File

@@ -30,7 +30,7 @@ RTEMS_BSP_FAMILY=gensh4
CPU_CFLAGS= -m4 -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O2
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user

View File

@@ -18,7 +18,6 @@ RTEMS_BSP_FAMILY=shsim
CPU_CFLAGS=-m1
# optimize flag: typically -O2
# CFLAGS_OPTIMIZE_V = -O4 -mleaf-procedures
CFLAGS_OPTIMIZE_V = -O2 -g
# The following are definitions of make-exe which will work using ld as

View File

@@ -30,7 +30,7 @@ CPU_CFLAGS= -m4 -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O2
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user

View File

@@ -20,6 +20,6 @@ RTEMS_CPU_MODEL=sh7032
CPU_CFLAGS=-m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O2
# Miscellaneous additions go here

View File

@@ -20,6 +20,6 @@ RTEMS_CPU_MODEL=sh7045
CPU_CFLAGS=-m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4
CFLAGS_OPTIMIZE_V = -O2
# Miscellaneous additions go here