Changeset 2935
- Timestamp:
- 03/19/05 12:18:17 (4 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r2928 r2935 205 205 206 206 MODCPPFLAGS := 207 MODCFLAGS := 207 MODCFLAGS := -fno-strict-aliasing 208 208 209 209 ifeq ($(MACHINE),alpha) … … 212 212 213 213 ifeq ($(MACHINE),x86_64) 214 MODCFLAGS += -fno- strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \214 MODCFLAGS += -fno-common -fomit-frame-pointer -mno-red-zone \ 215 215 -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 216 216 endif
