Ignore:
File:
1 edited

Legend:

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

    rac47b7c2 r7c682dd1  
    2727#
    2828
    29 ## Toolchain configuration
    30 #
    31 
    3229BFD_NAME = elf64-little
    3330BFD_ARCH = ia64-elf64
    34 TARGET = ia64-pc-linux-gnu
    35 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
    3631
    3732CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     
    3934ICC_CFLAGS += $(CMN1)
    4035
    41 LFLAGS += -EL
    42 AFLAGS += -mconstant-gp
     36LFLAGS = -EL
     37AFLAGS = -mconstant-gp
    4338
    4439BITS = 64
     
    5348        arch/$(KARCH)/src/context.S \
    5449        arch/$(KARCH)/src/cpu/cpu.c \
     50        arch/$(KARCH)/src/debug/stacktrace.c \
     51        arch/$(KARCH)/src/debug/stacktrace_asm.S \
    5552        arch/$(KARCH)/src/ivt.S \
    5653        arch/$(KARCH)/src/interrupt.c \
Note: See TracChangeset for help on using the changeset viewer.