Ignore:
File:
1 edited

Legend:

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

    re4a4b44 rac47b7c2  
    2727#
    2828
     29## Toolchain configuration
     30#
     31
    2932BFD_NAME = elf32-powerpc
    3033BFD_ARCH = powerpc:common
    3134BFD = binary
     35TARGET = ppc-linux-gnu
     36TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc
    3237
    3338GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    3439AFLAGS += -a32
    35 LFLAGS += -no-check-sections
     40LFLAGS += -no-check-sections -N
    3641
    3742BITS = 32
     
    4045ARCH_SOURCES = \
    4146        arch/$(KARCH)/src/context.S \
    42         arch/$(KARCH)/src/debug/stacktrace.c \
    43         arch/$(KARCH)/src/debug/stacktrace_asm.S \
     47        arch/$(KARCH)/src/debug/panic.s \
    4448        arch/$(KARCH)/src/fpu_context.S \
    4549        arch/$(KARCH)/src/boot/boot.S \
Note: See TracChangeset for help on using the changeset viewer.