Ignore:
File:
1 edited

Legend:

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

    r7c682dd1 rac47b7c2  
    2727#
    2828
     29## Toolchain configuration
     30#
     31
    2932BFD_NAME = elf64-little
    3033BFD_ARCH = ia64-elf64
     34TARGET = ia64-pc-linux-gnu
     35TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia64
    3136
    3237CMN1 = -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
     
    3439ICC_CFLAGS += $(CMN1)
    3540
    36 LFLAGS = -EL
    37 AFLAGS = -mconstant-gp
     41LFLAGS += -EL
     42AFLAGS += -mconstant-gp
    3843
    3944BITS = 64
     
    4853        arch/$(KARCH)/src/context.S \
    4954        arch/$(KARCH)/src/cpu/cpu.c \
    50         arch/$(KARCH)/src/debug/stacktrace.c \
    51         arch/$(KARCH)/src/debug/stacktrace_asm.S \
    5255        arch/$(KARCH)/src/ivt.S \
    5356        arch/$(KARCH)/src/interrupt.c \
Note: See TracChangeset for help on using the changeset viewer.