Changes in kernel/arch/abs32le/Makefile.inc [177e4ea:d32358f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/Makefile.inc
r177e4ea rd32358f 27 27 # 28 28 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 # 44 31 45 32 BITS = 32 … … 56 43 arch/$(KARCH)/src/ddi/ddi.c \ 57 44 arch/$(KARCH)/src/smp/smp.c \ 58 arch/$(KARCH)/src/smp/ipi.c \59 45 arch/$(KARCH)/src/mm/as.c \ 60 46 arch/$(KARCH)/src/mm/frame.c \
Note:
See TracChangeset
for help on using the changeset viewer.