Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/Makefile.inc

    r7c682dd1 r4afd4ab  
    2727#
    2828
     29## Toolchain configuration
     30#
     31
    2932BFD_NAME = elf32-powerpc
    3033BFD_ARCH = powerpc:common
    3134BFD = binary
     35TARGET = ppc-linux-gnu
     36TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc32
    3237
    3338GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32
    34 AFLAGS = -a32
    35 LFLAGS = -no-check-sections -N
     39AFLAGS += -a32
     40LFLAGS += -no-check-sections -N
    3641
    3742BITS = 32
Note: See TracChangeset for help on using the changeset viewer.