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