Changeset 9b0a6b4 in mainline for kernel/arch/arm32/Makefile.inc
- Timestamp:
- 2012-04-13T06:36:25Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90f067d9
- Parents:
- e61aa80 (diff), d11a181 (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
-
kernel/arch/arm32/Makefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/Makefile.inc
re61aa80 r9b0a6b4 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 \
Note:
See TracChangeset
for help on using the changeset viewer.
