Changeset 2928
- Timestamp:
- 03/11/05 21:51:35 (4 years ago)
- Files:
-
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/Makefile
r2893 r2928 214 214 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \ 215 215 -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 216 endif 217 218 ifeq ($(MACHINE),mips) 219 MODCFLAGS += -mabi=32 -mips3 -Wa,-32 -Wa,-mips3 -Wa,--trap 220 endif 221 222 ifeq ($(MACHINE),sparc32) 223 MODCFLAGS += -m32 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 224 endif 225 226 ifeq ($(MACHINE),sparc64) 227 MODCFLAGS += -m64 -pipe -mno-fpu -mcpu=ultrasparc -mcmodel=medlow \ 228 -ffixed-g4 -fcall-used-g5 -fcall-used-g7 -Wno-sign-compare \ 229 -Wa,--undeclared-regs 216 230 endif 217 231
