Changeset 0b9ac3c in mainline for kernel/arch/abs32le/Makefile.inc
- Timestamp:
- 2010-02-23T19:03:28Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c62d2e1
- Parents:
- 1ccafee (diff), 5e50394 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/abs32le/Makefile.inc
r1ccafee r0b9ac3c 30 30 # 31 31 32 BFD = binary 33 34 ifeq ($(COMPILER),gcc_cross) 35 TOOLCHAIN_DIR = $(CROSS_PREFIX)/$(CROSS_TARGET) 36 37 ifeq ($(CROSS_TARGET),arm32) 38 TARGET = arm-linux-gnu 39 ATSIGN = % 40 endif 41 42 ifeq ($(CROSS_TARGET),ia32) 43 TARGET = i686-pc-linux-gnu 44 endif 45 46 ifeq ($(CROSS_TARGET),mips32) 47 TARGET = mipsel-linux-gnu 48 GCC_CFLAGS += -mno-abicalls 49 endif 50 endif 51 52 ifeq ($(COMPILER),clang) 53 CLANG_ARCH = i386 54 endif 55 32 56 BITS = 32 33 57 ENDIANESS = LE … … 41 65 arch/$(KARCH)/src/userspace.c \ 42 66 arch/$(KARCH)/src/cpu/cpu.c \ 67 arch/$(KARCH)/src/ddi/ddi.c \ 68 arch/$(KARCH)/src/smp/smp.c \ 69 arch/$(KARCH)/src/smp/ipi.c \ 43 70 arch/$(KARCH)/src/mm/as.c \ 44 71 arch/$(KARCH)/src/mm/frame.c \
Note:
See TracChangeset
for help on using the changeset viewer.