Changeset 2193
- Timestamp:
- 12/29/03 20:29:16 (5 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r2189 r2193 202 202 203 203 ifeq ($(MACHINE),alpha) 204 MODCFLAGS += -ffixed-8 204 MODCFLAGS += -ffixed-8 -mno-fp-regs -mcpu=ev56 205 205 endif 206 206 207 207 ifeq ($(MACHINE),x86_64) 208 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \208 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \ 209 209 -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 210 210 endif
