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


Ignore:
Timestamp:
2012-09-18T13:22:16Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bd3f45
Parents:
25d5c96
Message:

arm32: Don't use unaligned access in boot or kernel.

Allow unaligned access for uspace.

File:
1 edited

Legend:

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

    r25d5c96 rf94b95b1  
    3333ATSIGN = %
    3434
    35 GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR))
     35GCC_CFLAGS += -fno-omit-frame-pointer -mapcs-frame -march=$(subst _,-,$(PROCESSOR)) -mno-unaligned-access
    3636
    3737BITS = 32
Note: See TracChangeset for help on using the changeset viewer.