Changes in kernel/arch/ppc32/Makefile.inc [177e4ea:4afd4ab] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/Makefile.inc
r177e4ea 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
Note:
See TracChangeset
for help on using the changeset viewer.