Changeset 7e87436 in mainline for kernel/arch/arm32/Makefile.inc


Ignore:
Timestamp:
2013-01-11T00:34:32Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
eb1d9c1
Parents:
b9f72b97
Message:

arm32: Add Security extensions basics.

No monitor call handling, just checks.

File:
1 edited

Legend:

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

    rb9f72b97 r7e87436  
    3434
    3535GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR)) -mno-unaligned-access
     36
     37ifeq ($(MACHINE),beagleboardxm)
     38GCC_CFLAGS += -mcpu=cortex-a8
     39endif
    3640
    3741ifeq ($(CONFIG_FPU),y)
Note: See TracChangeset for help on using the changeset viewer.