Changeset c127e1c in mainline for kernel/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2012-04-11T15:37:01Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
49a736e2
Parents:
3a01483 (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:

Mainline changes.

File:
1 edited

Legend:

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

    r3a01483 rc127e1c  
    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.