Changeset 3888
- Timestamp:
- 12/29/03 20:52:20 (9 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/Makefile
r3875 r3888 133 133 134 134 ifeq ($(MACHINE),alpha) 135 MODCFLAGS += -ffixed-8 135 MODCFLAGS += -ffixed-8 -ffixed-8 -mno-fp-regs -mcpu=ev56 136 136 endif 137 137 138 138 ifeq ($(MACHINE),x86_64) 139 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \139 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \ 140 140 -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 141 141 endif
