Changeset 3545
- Timestamp:
- 06/05/01 03:45:18 (12 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/Makefile
r3493 r3545 78 78 #WARN := 1 79 79 80 MACHINE := $(shell uname -m) 81 80 82 ################################################## 81 83 # Below this, nothing should need to be changed. # … … 147 149 -DEXPORT_SYMTAB 148 150 151 ifeq ($(MACHINE),alpha) 152 MODCFLAGS += -ffixed-8 153 endif 154 149 155 ifeq ($(SMP),1) 150 156 MODCFLAGS += -D__SMP__
