Changeset f8b891d in rtems for make/custom/p4650.cfg
- Timestamp:
- 01/08/01 18:14:01 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1800f717
- Parents:
- f692d7e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/p4650.cfg
rf692d7e0 rf8b891d 7 7 include $(RTEMS_ROOT)/make/custom/default.cfg 8 8 9 # I think we can get this from the generated target.cfg.10 # RTEMS_CPU=mips11 9 RTEMS_CPU_MODEL=R4650 12 10 … … 14 12 RTEMS_BSP_FAMILY=p4000 15 13 16 CPU_CFLAGS=-m4650 -G017 14 CCMIPS_CFLAGS_CPU=-cpu=r4650 18 15 16 ifeq ($(RTEMS_CPU),mips64orion) 19 17 CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 18 endif 19 20 # This contains the compiler options necessary to select the CPU model 21 # and (hopefully) optimize for it. 22 CPU_CFLAGS = -m4650 -mips3 -G0 20 23 21 24 # This section makes the target dependent options file. 22 23 25 define make-target-options 24 26 endef
Note: See TracChangeset
for help on using the changeset viewer.