Ignore:
File:
1 edited

Legend:

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

    r7c682dd1 re4a4b44  
    3232
    3333GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    34 AFLAGS = -a32
    35 LFLAGS = -no-check-sections -N
     34AFLAGS += -a32
     35LFLAGS += -no-check-sections
    3636
    3737BITS = 32
     
    4040ARCH_SOURCES = \
    4141        arch/$(KARCH)/src/context.S \
    42         arch/$(KARCH)/src/debug/panic.s \
    4342        arch/$(KARCH)/src/debug/stacktrace.c \
    4443        arch/$(KARCH)/src/debug/stacktrace_asm.S \
Note: See TracChangeset for help on using the changeset viewer.