Changes in kernel/arch/ppc32/Makefile.inc [7c682dd1:4afd4ab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/Makefile.inc
r7c682dd1 r4afd4ab 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)/ppc32 32 37 33 38 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 34 AFLAGS = -a3235 LFLAGS = -no-check-sections -N39 AFLAGS += -a32 40 LFLAGS += -no-check-sections -N 36 41 37 42 BITS = 32
Note:
See TracChangeset
for help on using the changeset viewer.