Changeset 6843a9c in mainline for kernel/arch/arm32/Makefile.inc
- Timestamp:
- 2012-06-29T13:02:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 722912e
- Parents:
- ba72f2b (diff), 0bbd13e (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/arm32/Makefile.inc
rba72f2b r6843a9c 33 33 ATSIGN = % 34 34 35 GCC_CFLAGS += - fno-zero-initialized-in-bss -mapcs-frame35 GCC_CFLAGS += -march=armv4 36 36 37 37 BITS = 32 … … 41 41 arch/$(KARCH)/src/start.S \ 42 42 arch/$(KARCH)/src/asm.S \ 43 arch/$(KARCH)/src/eabi.S \ 43 44 arch/$(KARCH)/src/exc_handler.S \ 44 45 arch/$(KARCH)/src/arm32.c \ … … 53 54 arch/$(KARCH)/src/debug/stacktrace.c \ 54 55 arch/$(KARCH)/src/debug/stacktrace_asm.S \ 56 arch/$(KARCH)/src/mm/km.c \ 55 57 arch/$(KARCH)/src/mm/as.c \ 56 58 arch/$(KARCH)/src/mm/frame.c \
Note:
See TracChangeset
for help on using the changeset viewer.