Ignore:
File:
1 edited

Legend:

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

    rd32358f r177e4ea  
    2727#
    2828
    29 ## Toolchain configuration
    30 #
     29BFD = binary
     30
     31ifeq ($(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
     39endif
     40
     41ifeq ($(COMPILER),clang)
     42        CLANG_ARCH = i386
     43endif
    3144
    3245BITS = 32
     
    4356        arch/$(KARCH)/src/ddi/ddi.c \
    4457        arch/$(KARCH)/src/smp/smp.c \
     58        arch/$(KARCH)/src/smp/ipi.c \
    4559        arch/$(KARCH)/src/mm/as.c \
    4660        arch/$(KARCH)/src/mm/frame.c \
Note: See TracChangeset for help on using the changeset viewer.