Ignore:
File:
1 edited

Legend:

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

    r177e4ea r50fda24  
    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
     
    5441        arch/$(KARCH)/src/userspace.c \
    5542        arch/$(KARCH)/src/cpu/cpu.c \
    56         arch/$(KARCH)/src/ddi/ddi.c \
    57         arch/$(KARCH)/src/smp/smp.c \
    58         arch/$(KARCH)/src/smp/ipi.c \
    5943        arch/$(KARCH)/src/mm/as.c \
    6044        arch/$(KARCH)/src/mm/frame.c \
Note: See TracChangeset for help on using the changeset viewer.