Ignore:
File:
1 edited

Legend:

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

    r177e4ea rd32358f  
    2727#
    2828
    29 BFD = binary
    30 
    31 ifeq ($(COMPILER),gcc_cross)
    32         ifeq ($(CROSS_TARGET),arm32)
    33                 ATSIGN = %
    34         endif
    35        
    36         ifeq ($(CROSS_TARGET),mips32)
    37                 GCC_CFLAGS += -mno-abicalls
    38         endif
    39 endif
    40 
    41 ifeq ($(COMPILER),clang)
    42         CLANG_ARCH = i386
    43 endif
     29## Toolchain configuration
     30#
    4431
    4532BITS = 32
     
    5643        arch/$(KARCH)/src/ddi/ddi.c \
    5744        arch/$(KARCH)/src/smp/smp.c \
    58         arch/$(KARCH)/src/smp/ipi.c \
    5945        arch/$(KARCH)/src/mm/as.c \
    6046        arch/$(KARCH)/src/mm/frame.c \
Note: See TracChangeset for help on using the changeset viewer.