Changeset 3970 for i2c/trunk/Makefile
- Timestamp:
- 03/19/05 12:10:34 (8 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/Makefile
r3967 r3970 132 132 # The -DEXPORT_SYMTAB is to keep the symbol export mechanism quiet. 133 133 MODCFLAGS := $(CFLAGS) -D__KERNEL__ -DMODULE -fomit-frame-pointer \ 134 -DEXPORT_SYMTAB 134 -DEXPORT_SYMTAB -fno-strict-aliasing 135 135 136 136 ifeq ($(MACHINE),alpha) … … 139 139 140 140 ifeq ($(MACHINE),x86_64) 141 MODCFLAGS += -fno- strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \141 MODCFLAGS += -fno-common -fomit-frame-pointer -mno-red-zone \ 142 142 -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 143 143 endif
