Changeset 3888

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

Alpha MODCFLAGS change suggested by Daniel Nilsson.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/Makefile

    r3875 r3888  
    133133 
    134134ifeq ($(MACHINE),alpha) 
    135 MODCFLAGS += -ffixed-8 
     135MODCFLAGS += -ffixed-8 -ffixed-8 -mno-fp-regs -mcpu=ev56 
    136136endif 
    137137 
    138138ifeq ($(MACHINE),x86_64) 
    139 MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone\ 
     139MODCFLAGS += -fno-strict-aliasing -fno-common -fomit-frame-pointer -mno-red-zone \ 
    140140             -mcmodel=kernel -fno-reorder-blocks -finline-limit=2000 -fno-strength-reduce 
    141141endif