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