Ignore:
File:
1 edited

Legend:

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

    r7c682dd1 rff211d2  
    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)/ppc32
    3237
    3338GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    34 AFLAGS = -a32
    35 LFLAGS = -no-check-sections -N
     39AFLAGS += -a32
     40LFLAGS += -no-check-sections -N
    3641
    3742BITS = 32
     
    4146        arch/$(KARCH)/src/context.S \
    4247        arch/$(KARCH)/src/debug/panic.s \
    43         arch/$(KARCH)/src/debug/stacktrace.c \
    44         arch/$(KARCH)/src/debug/stacktrace_asm.S \
    4548        arch/$(KARCH)/src/fpu_context.S \
    4649        arch/$(KARCH)/src/boot/boot.S \
Note: See TracChangeset for help on using the changeset viewer.