Changeset 74493f05 in rtems
- Timestamp:
- 09/11/14 13:05:02 (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 73b5d8bf
- Parents:
- 4c9f02d
- git-author:
- Sebastian Huber <sebastian.huber@…> (09/11/14 13:05:02)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/11/14 13:05:32)
- Location:
- c/src/lib/libbsp/arm
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/csb336/make/custom/csb336.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 CPU_CFLAGS = -m structure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft12 CPU_CFLAGS = -mcpu=arm920 13 13 14 14 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/csb337/make/custom/csb337.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 CPU_CFLAGS = -m structure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft12 CPU_CFLAGS = -mcpu=arm920 13 13 14 14 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/edb7312/make/custom/edb7312.cfg
r4c9f02d r74493f05 11 11 # and (hopefully) optimize for it. 12 12 # 13 CPU_CFLAGS = -m structure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft13 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) 14 14 15 15 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/gba/make/custom/gba.cfg
r4c9f02d r74493f05 11 11 # and (hopefully) optimize for it. 12 12 # 13 #CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mthumb -mthumb-interwork -msoft-float -mstructure-size-boundary=8 14 CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft 13 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) 15 14 16 15 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm1136jfs.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 # CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=813 12 CPU_CFLAGS = -mcpu=arm1136jf-s 14 13 -
c/src/lib/libbsp/arm/gdbarmsim/make/custom/arm920.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 # CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 13 CPU_CFLAGS = -mcpu=arm920 -mfloat-abi=soft -mfpu=vfp 12 CPU_CFLAGS = -mcpu=arm920 14 13 15 14 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/gp32/make/custom/gp32.cfg
r4c9f02d r74493f05 11 11 # and (hopefully) optimize for it. 12 12 # 13 CPU_CFLAGS = -m structure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C240013 CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2400 14 14 15 15 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/gumstix/make/custom/gumstix.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 CPU_CFLAGS = -m structure-size-boundary=8 -mcpu=xscale -mfpu=vfp -mfloat-abi=soft12 CPU_CFLAGS = -mcpu=xscale 13 13 14 14 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/nds/make/custom/nds.cfg
r4c9f02d r74493f05 11 11 # and (hopefully) optimize for it. 12 12 # 13 CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft 14 CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb 13 CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) 15 14 16 15 # optimize flag: typically -O2 -
c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx.cfg
r4c9f02d r74493f05 11 11 # and (hopefully) optimize for it. 12 12 # 13 CPU_CFLAGS = -m structure-size-boundary=8 -mcpu=arm7tdmi -mfpu=vfp -mfloat-abi=soft -mapcs-frame13 CPU_CFLAGS = -mcpu=arm7tdmi 14 14 15 15 # optimize flag: typically -0, could use -O4 or -fast -
c/src/lib/libbsp/arm/rtl22xx/make/custom/rtl22xx_t.cfg
r4c9f02d r74493f05 9 9 include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg 10 10 11 CPU_CFLAGS += -mthumb \ 12 -fno-schedule-insns2 11 CPU_CFLAGS += -mthumb 13 12 14 13 #CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code. -
c/src/lib/libbsp/arm/smdk2410/make/custom/smdk2410.cfg
r4c9f02d r74493f05 10 10 # This contains the compiler options necessary to select the CPU model 11 11 # and (hopefully) optimize for it. 12 CPU_CFLAGS = -m structure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C241012 CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410 13 13 14 14 # optimize flag: typically -O2
Note: See TracChangeset
for help on using the changeset viewer.