Changeset 95c675b in mainline for boot/arch/mips32/Makefile.inc
- Timestamp:
- 2017-10-17T13:11:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 60af4cdb
- Parents:
- dbf32b1 (diff), a416d070 (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
-
boot/arch/mips32/Makefile.inc
rdbf32b1 r95c675b 30 30 BITS = 32 31 31 EXTRA_CFLAGS = -msoft-float -mno-abicalls -G 0 -fno-zero-initialized-in-bss -mabi=32 32 AS_PROLOG = .module softfloat; 32 33 33 34 ifeq ($(MACHINE),msim) … … 74 75 arch/$(BARCH)/src/main.c \ 75 76 arch/$(BARCH)/src/putchar.c \ 76 $(COMPS_C) \ 77 $(COMPS).s \ 78 $(COMPS)_desc.c \ 77 79 genarch/src/division.c \ 78 80 genarch/src/multiplication.c \ … … 84 86 generic/src/version.c \ 85 87 generic/src/inflate.c 88 89 PRE_DEPEND = $(COMPS).s $(COMPS).h $(COMPS)_desc.c $(COMPONENTS_DEFLATE)
Note:
See TracChangeset
for help on using the changeset viewer.