Changeset db4aaf8 in rtems
- Timestamp:
- 03/20/98 17:39:56 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 670b2edf
- Parents:
- 25804b60
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
make/custom/gen68360.cfg
r25804b60 rdb4aaf8 28 28 29 29 # 30 # mc68360 notes: 31 # If your version of gcc supports the -mcpu32 option use the top 32 # version, otherwise use the bottom set of flags to accomplish the 33 # same thing. 30 # You must use versions of gcc and gas that support the -mcpu32 option. 34 31 # 35 # NOTE: Before binutils 2.6, the -mcpu32 flag was not available36 # if your gas does understand this, then use the alternative.37 38 32 ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes) 39 33 CPU_CFLAGS= -m68040 40 34 else 41 #CPU_CFLAGS = -mcpu32 -msoft-float 42 CPU_CFLAGS = -m68020 -mnobitfield -msoft-float 43 # When using the -m68020 cpu flag, we need to explicitly define these 44 CPU_DEFINES=-Dmcpu32 -D__mcpu32__ $(DEFINES) 35 CPU_CFLAGS = -mcpu32 45 36 endif 46 37
Note: See TracChangeset
for help on using the changeset viewer.