Ignore:
File:
1 edited

Legend:

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

    r6ab8697 r4e9aaf5  
    2727#
    2828
    29 ## Toolchain configuration
    30 #
    31 
    3229BFD_NAME = elf32-i386
    3330BFD_ARCH = i386
    3431BFD = binary
    35 TARGET = i686-pc-linux-gnu
    3632CLANG_ARCH = i386
    37 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32
    3833
    3934BITS = 32
     
    5348        SUNCC_CFLAGS += -xarch=ssea
    5449endif
     50
    5551ifeq ($(PROCESSOR),athlon_mp)
    5652        CMN2 = -march=athlon-mp
    5753        SUNCC_CFLAGS += xarch=ssea
    5854endif
     55
    5956ifeq ($(PROCESSOR),pentium3)
    6057        CMN2 = -march=pentium3
    6158        SUNCC_CFLAGS += -xarch=sse
    6259endif
     60
    6361ifeq ($(PROCESSOR),pentium4)
    6462        CMN2 = -march=pentium4
    6563        SUNCC_CFLAGS += -xarch=sse2
    6664endif
     65
    6766ifeq ($(PROCESSOR),core)
    6867        CMN2 = -march=prescott
     
    7877        arch/$(KARCH)/src/context.S \
    7978        arch/$(KARCH)/src/debug/panic.s \
     79        arch/$(KARCH)/src/debug/stacktrace.c \
     80        arch/$(KARCH)/src/debug/stacktrace_asm.S \
    8081        arch/$(KARCH)/src/delay.s \
    8182        arch/$(KARCH)/src/asm.S \
Note: See TracChangeset for help on using the changeset viewer.