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