Changes in kernel/arch/ppc32/Makefile.inc [7c682dd1:e4a4b44] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/Makefile.inc
r7c682dd1 re4a4b44 32 32 33 33 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 34 AFLAGS = -a3235 LFLAGS = -no-check-sections -N34 AFLAGS += -a32 35 LFLAGS += -no-check-sections 36 36 37 37 BITS = 32 … … 40 40 ARCH_SOURCES = \ 41 41 arch/$(KARCH)/src/context.S \ 42 arch/$(KARCH)/src/debug/panic.s \43 42 arch/$(KARCH)/src/debug/stacktrace.c \ 44 43 arch/$(KARCH)/src/debug/stacktrace_asm.S \
Note:
See TracChangeset
for help on using the changeset viewer.