Changes in kernel/arch/ppc32/Makefile.inc [ac47b7c2:e4a4b44] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/Makefile.inc
rac47b7c2 re4a4b44 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 29 BFD_NAME = elf32-powerpc 33 30 BFD_ARCH = powerpc:common 34 31 BFD = binary 35 TARGET = ppc-linux-gnu36 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc37 32 38 33 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 39 34 AFLAGS += -a32 40 LFLAGS += -no-check-sections -N35 LFLAGS += -no-check-sections 41 36 42 37 BITS = 32 … … 45 40 ARCH_SOURCES = \ 46 41 arch/$(KARCH)/src/context.S \ 47 arch/$(KARCH)/src/debug/panic.s \ 42 arch/$(KARCH)/src/debug/stacktrace.c \ 43 arch/$(KARCH)/src/debug/stacktrace_asm.S \ 48 44 arch/$(KARCH)/src/fpu_context.S \ 49 45 arch/$(KARCH)/src/boot/boot.S \
Note:
See TracChangeset
for help on using the changeset viewer.