Ignore:
File:
1 edited

Legend:

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

    rac47b7c2 re4a4b44  
    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)/ppc
    3732
    3833GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    3934AFLAGS += -a32
    40 LFLAGS += -no-check-sections -N
     35LFLAGS += -no-check-sections
    4136
    4237BITS = 32
     
    4540ARCH_SOURCES = \
    4641        arch/$(KARCH)/src/context.S \
    47         arch/$(KARCH)/src/debug/panic.s \
     42        arch/$(KARCH)/src/debug/stacktrace.c \
     43        arch/$(KARCH)/src/debug/stacktrace_asm.S \
    4844        arch/$(KARCH)/src/fpu_context.S \
    4945        arch/$(KARCH)/src/boot/boot.S \
Note: See TracChangeset for help on using the changeset viewer.