Changeset f8b891d in rtems for make/custom/p4000.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/p4000.cfg
rf692d7e0 rf8b891d 5 5 # 6 6 7 # NOTE: this file is broken ! 8 7 # NOTE: This file is shared between the mips and mips64orion 8 # "ports". The following defines are needed by the mips64orion 9 # but not the mips. 10 ifeq ($(RTEMS_CPU),mips64orion) 9 11 CPU_DEFINES+=-DP4000 -DCPU_R4000 -DP3_DIAG -D_R4000 -D__mips=3 12 endif 10 13 11 14 # This is the actual bsp directory used during the build process. 12 15 RTEMS_BSP_FAMILY=p4000 13 16 17 # This contains the compiler options necessary to select the CPU model 18 # and (hopefully) optimize for it. 19 CPU_CFLAGS = -mips3 -G0 20 14 21 # This section makes the target dependent options file. 15 16 22 define make-target-options 17 23 endef
Note: See TracChangeset
for help on using the changeset viewer.