Ignore:
File:
1 edited

Legend:

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

    rff211d2 r7c682dd1  
    2727#
    2828
    29 ## Toolchain configuration
    30 #
    31 
    3229BFD_NAME = elf32-powerpc
    3330BFD_ARCH = powerpc:common
    3431BFD = binary
    35 TARGET = ppc-linux-gnu
    36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc32
    3732
    3833GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    39 AFLAGS += -a32
    40 LFLAGS += -no-check-sections -N
     34AFLAGS = -a32
     35LFLAGS = -no-check-sections -N
    4136
    4237BITS = 32
     
    4641        arch/$(KARCH)/src/context.S \
    4742        arch/$(KARCH)/src/debug/panic.s \
     43        arch/$(KARCH)/src/debug/stacktrace.c \
     44        arch/$(KARCH)/src/debug/stacktrace_asm.S \
    4845        arch/$(KARCH)/src/fpu_context.S \
    4946        arch/$(KARCH)/src/boot/boot.S \
Note: See TracChangeset for help on using the changeset viewer.