CFLAGS_OPTIMIZE_V = -O2

This commit is contained in:
Ralf Corsepius
2007-01-17 17:00:25 +00:00
parent 6dce341846
commit 71a0198251
3 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=erc32
CPU_CFLAGS = -mcpu=cypress
# 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

@@ -17,7 +17,7 @@ RTEMS_BSP_FAMILY=erc32
CPU_CFLAGS = -mcpu=cypress -msoft-float
# 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

@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=gensh1
CPU_CFLAGS=-m1
# 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