Changeset 67f5fbd9 in mainline for kernel/arch/ia32/Makefile.inc


Ignore:
Timestamp:
2007-05-31T21:14:14Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e8a0b90
Parents:
c31e536
Message:

update for new compiler configuration scheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/Makefile.inc

    rc31e536 r67f5fbd9  
    6262endif
    6363ifeq ($(MACHINE),pentium4)
    64         CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
     64        ifeq ($(COMPILER),icc_native)
     65                CFLAGS += -march=pentium4
     66        else
     67                CFLAGS += -march=pentium4 -mfpmath=sse -mmmx -msse -msse2
     68        endif
    6569        DEFS += -DCONFIG_FENCES_P4
    6670endif
Note: See TracChangeset for help on using the changeset viewer.