Ignore:
File:
1 edited

Legend:

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

    r4e9aaf5 r4290746  
    2727#
    2828
     29## Toolchain configuration
     30#
     31
    2932BFD_NAME = elf32-i386
    3033BFD_ARCH = i386
    3134BFD = binary
     35TARGET = i686-pc-linux-gnu
    3236CLANG_ARCH = i386
     37TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32
    3338
    3439BITS = 32
     
    4853        SUNCC_CFLAGS += -xarch=ssea
    4954endif
    50 
    5155ifeq ($(PROCESSOR),athlon_mp)
    5256        CMN2 = -march=athlon-mp
    5357        SUNCC_CFLAGS += xarch=ssea
    5458endif
    55 
    5659ifeq ($(PROCESSOR),pentium3)
    5760        CMN2 = -march=pentium3
    5861        SUNCC_CFLAGS += -xarch=sse
    5962endif
    60 
    6163ifeq ($(PROCESSOR),pentium4)
    6264        CMN2 = -march=pentium4
    6365        SUNCC_CFLAGS += -xarch=sse2
    6466endif
    65 
    6667ifeq ($(PROCESSOR),core)
    6768        CMN2 = -march=prescott
Note: See TracChangeset for help on using the changeset viewer.