Cosmetics.

This commit is contained in:
Ralf Corsepius
2007-01-18 07:05:26 +00:00
parent d2d3482e0b
commit b86e0899e5
20 changed files with 27 additions and 27 deletions

View File

@@ -11,7 +11,7 @@ RTEMS_BSP=bare
RTEMS_CPU_MODEL=$(BARE_CPU_MODEL)
CPU_CFLAGS=$(BARE_CPU_CFLAGS)
CPU_CFLAGS =$(BARE_CPU_CFLAGS)
include $(RTEMS_ROOT)/make/custom/default.cfg

View File

@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU_MODEL=c40
CPU_CFLAGS=-mcpu=40 #-msmall
CPU_CFLAGS = -mcpu=40 #-msmall
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=c4xsim

View File

@@ -16,7 +16,7 @@ RTEMS_BSP_FAMILY=csb350
# and (hopefully) optimize for it.
#
# gcc 3.1 and newer
CPU_CFLAGS=-mips32 -G0 -msoft-float
CPU_CFLAGS = -mips32 -G0 -msoft-float
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=eZKit533
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=
CPU_CFLAGS =
# optimize flag: typically -O2
# gcc-4.2.0 segfaults on -OX > -O0

View File

@@ -21,7 +21,7 @@ RTEMS_BSP_FAMILY=gen68360
# You must use versions of gcc and gas that support the -mcpu32 option.
#
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
CPU_CFLAGS= -m68040
CPU_CFLAGS = -m68040
else
CPU_CFLAGS = -mcpu32
endif

View File

@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=genmongoosev
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-mips1 -G0
CPU_CFLAGS = -mips1 -G0
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=gensh1
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-m1
CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -20,7 +20,7 @@ RTEMS_BSP_FAMILY=gensh2
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS= -m2
CPU_CFLAGS = -m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -23,11 +23,11 @@ RTEMS_BSP_FAMILY=gensh4
#
# Seems to be good without initialisation FPSCR.
# Also works with SH4_FPSCR_DN bit set.
#CPU_CFLAGS= -m4-single-only -mfmovd -ml
#CPU_CFLAGS= -m4-single -ml
#CPU_CFLAGS = -m4-single-only -mfmovd -ml
#CPU_CFLAGS = -m4-single -ml
#
# It works with SH4_FPSCR_PR bit set
CPU_CFLAGS= -m4 -ml
CPU_CFLAGS = -m4 -ml
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=h8sim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-mh -mint32
CPU_CFLAGS = -mh -mint32
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -16,9 +16,9 @@ RTEMS_BSP_FAMILY=jmr3904
# and (hopefully) optimize for it.
#
# gcc 2.95.x and 3.0
#CPU_CFLAGS=-m3900 -G0
#CPU_CFLAGS = -m3900 -G0
# gcc 3.1 and newer
CPU_CFLAGS=-march=r3900 -Wa,-xgot -G0
CPU_CFLAGS = -march=r3900 -Wa,-xgot -G0
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -13,7 +13,7 @@ RTEMS_CPU_MODEL=m68030
RTEMS_BSP_FAMILY=mvme147
# default flags
CPU_CFLAGS=
CPU_CFLAGS =
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O4 -fomit-frame-pointer

View File

@@ -18,7 +18,7 @@ RTEMS_BSP_FAMILY = nios2_iss
# "-Gx" tells gcc to put objects of up to x bytes into sections sdata/sbss
# where they could be addressed using the global pointer gp. -G0 effectively
# disables the use of gp.
CPU_CFLAGS=-mno-hw-mul -mno-hw-div
CPU_CFLAGS = -mno-hw-mul -mno-hw-div
#######

View File

@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=i486dx
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -m486
# gcc 3.1 and newer
# CPU_CFLAGS=-mcpu=i486
# CPU_CFLAGS = -mcpu=i486
# gcc 4.0 and newer
CPU_CFLAGS=-mtune=i486
CPU_CFLAGS = -mtune=i486
include $(RTEMS_ROOT)/make/custom/pc386.cfg

View File

@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=pentium
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentium
# gcc 3.1 and newer
# CPU_CFLAGS=-mcpu=pentium
# CPU_CFLAGS = -mcpu=pentium
# gcc 4.0 and newer
CPU_CFLAGS=-mtune=pentium
CPU_CFLAGS = -mtune=pentium
include $(RTEMS_ROOT)/make/custom/pc386.cfg

View File

@@ -8,9 +8,9 @@ RTEMS_CPU_MODEL=pentiumpro
# gcc 2.95.x and 3.0
#CPU_CFLAGS = -mpentiumpro
# gcc 3.1 and newer
# CPU_CFLAGS=-mcpu=pentiumpro
# CPU_CFLAGS = -mcpu=pentiumpro
# gcc 4.0 and newer
CPU_CFLAGS=-mtune=pentiumpro
CPU_CFLAGS = -mtune=pentiumpro
include $(RTEMS_ROOT)/make/custom/pc386.cfg

View File

@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=shsim
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-m1
CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -23,10 +23,10 @@ RTEMS_BSP_FAMILY=simsh4
#
# Seems to be good without initialisation FPSCR.
# Also works with SH4_FPSCR_DN bit set.
#CPU_CFLAGS= -m4-single-only -ml
#CPU_CFLAGS = -m4-single-only -ml
#
# It works with SH4_FPSCR_PR bit set
CPU_CFLAGS= -m4 -ml
CPU_CFLAGS = -m4 -ml
# optimize flag: typically -O2

View File

@@ -17,7 +17,7 @@ RTEMS_CPU_MODEL=sh7032
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-m1
CPU_CFLAGS = -m1
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2

View File

@@ -17,7 +17,7 @@ RTEMS_CPU_MODEL=sh7045
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS=-m2
CPU_CFLAGS = -m2
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2