Changeset 61bacde in mainline


Ignore:
Timestamp:
2008-07-26T12:07:57Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e8ddf5
Parents:
5719f6d
Message:

fix no-mmx option

File:
1 edited

Legend:

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

    r5719f6d r61bacde  
    7575endif
    7676ifeq ($(MACHINE),core)
    77         FPU_NO_CFLAGS = -mno-mmmx -mno-sse -mno-sse2 -mno-sse3
     77        FPU_NO_CFLAGS = -mno-mmx -mno-sse -mno-sse2 -mno-sse3
    7878        CMN2 = -march=prescott
    7979        GCC_CFLAGS += $(CMN2)
Note: See TracChangeset for help on using the changeset viewer.