Changeset 2193

Show
Ignore:
Timestamp:
12/29/03 20:29:16 (5 years ago)
Author:
khali
Message:

Alpha MODCFLAGS change suggested by Daniel Nilsson.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lm-sensors/trunk/Makefile

    r2189 r2193  
    202202 
    203203ifeq ($(MACHINE),alpha) 
    204 MODCFLAGS += -ffixed-8 
     204MODCFLAGS += -ffixed-8 -mno-fp-regs -mcpu=ev56 
    205205endif 
    206206 
    207207ifeq ($(MACHINE),x86_64) 
    208 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone
     208MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone
    209209             -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 
    210210endif