Changeset 9b0a6b4 in mainline for kernel/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2012-04-13T06:36:25Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/Makefile.inc

    re61aa80 r9b0a6b4  
    3333ATSIGN = %
    3434
    35 GCC_CFLAGS += -fno-zero-initialized-in-bss -mapcs-frame
     35GCC_CFLAGS += -march=armv4
    3636
    3737BITS = 32
     
    4141        arch/$(KARCH)/src/start.S \
    4242        arch/$(KARCH)/src/asm.S \
     43        arch/$(KARCH)/src/eabi.S \
    4344        arch/$(KARCH)/src/exc_handler.S \
    4445        arch/$(KARCH)/src/arm32.c \
Note: See TracChangeset for help on using the changeset viewer.